artulab
projects
/
openbsd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9554401cf5085c7647a4c0ef4c5db851df20b7ee
[openbsd]
/
1
#include <vector>
2
3
int main(int argc, char **argv) {
4
std::vector<bool> a = {0, 1, 0, 1};
5
return 0; // Set break point at this line.
6
}