b01fe1a7853614a4ffbe03f8d771e28fd5b5c7c0
[openbsd] /
1 #include <algorithm>
2
3 int main(int argc, char **argv) {
4   // Makes sure we have the mock libc headers in the debug information.
5   libc_struct s;
6   std::vector<int> v;
7   return 0; // Set break point at this line.
8 }