brintos

brintos / llvm-project-archived public Read only

0
0
Text · 111 B · 506af68 Raw
9 lines · cpp
1int b_init()2{3    return 345;4}5 6int b_global = b_init();7 8int LLDB_DYLIB_EXPORT b_function() { return 500; }9