brintos

brintos / llvm-project-archived public Read only

0
0
Text · 72 B · b7b702c Raw
7 lines · cpp
1extern int a_has_a_function();2 3int4a_has_a_function() {5  return 10;6}7