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