brintos

brintos / llvm-project-archived public Read only

0
0
Text · 86 B · 778b46e Raw
4 lines · cpp
1extern "C" int b_function();
2
3extern "C" int a_function() { return b_function(); }
4