brintos

brintos / llvm-project-archived public Read only

0
0
Text · 101 B · 1b9033f Raw
7 lines · c
1static int __b_global = 2;2 3int b(int arg) {4    int result = arg + __b_global;5    return result;6}7