brintos

brintos / llvm-project-archived public Read only

0
0
Text · 43 B · e94e65d Raw
5 lines · c
1int foo() {2  int x = 0;3  return 1 / x;4}5