brintos

brintos / llvm-project-archived public Read only

0
0
Text · 112 B · b2e8f52 Raw
5 lines · cpp
1extern "C" int foo(void);2int main (int argc, char **argv) { // Set break point at this line.3  return foo();4}5