brintos

brintos / llvm-project-archived public Read only

0
0
Text · 73 B · 5a347e6 Raw
7 lines · cpp
1extern int b_has_a_function();2 3int4b_has_a_function() {5  return 100;6}7