brintos

brintos / llvm-project-archived public Read only

0
0
Text · 122 B · c93e9d0 Raw
6 lines · cpp
1// We don't import any std module here.2 3int main(int argc, char **argv) {4  return 0; // Set break point at this line.5}6