brintos

brintos / llvm-project-archived public Read only

0
0
Text · 81 B · b5578bd Raw
7 lines · c
1extern void foo();2 3int main() {4  foo(); // Set a breakpoint here5  return 0;6}7