brintos

brintos / llvm-project-archived public Read only

0
0
Text · 137 B · c01fadc Raw
8 lines · cpp
1#include <algorithm>2 3int main(int argc, char **argv) {4  libc_struct s;5  std::vector v;6  return 0; // Set break point at this line.7}8