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