brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · e960996 Raw
7 lines · c
1int __a_global = 1;2 3int a(int arg) {4    int result = arg + __a_global;5    return result; // Set file and line breakpoint inside a().6}7