brintos

brintos / llvm-project-archived public Read only

0
0
Text · 55 B · 7853d2b Raw
6 lines · c
1extern void foo();2int main() {3  foo();4  return 0;5}6