brintos

brintos / llvm-project-archived public Read only

0
0
Text · 55 B · 490e78f Raw
5 lines · c
1int main() {2  int i = 30;3  return 0; // break here4}5