brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · a0b02d5 Raw
9 lines · cpp
1#include <vector>2 3int 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}9