brintos

brintos / llvm-project-archived public Read only

0
0
Text · 89 B · dd16459 Raw
6 lines · c
1extern int foo(int x) {2  int y = x + 42; // break other3  int z = y + 42;4  return z;5}6