brintos

brintos / llvm-project-archived public Read only

0
0
Text · 186 B · 060b91f Raw
7 lines · c
1LLDB_TEST_API inline int foo1() { return 1; } // !BR12 3LLDB_TEST_API inline int foo2() { return 2; } // !BR24 5LLDB_TEST_API extern int call_foo1();6LLDB_TEST_API extern int call_foo2();7