brintos

brintos / llvm-project-archived public Read only

0
0
Text · 35 B · 3e521e2 Raw
6 lines · c
1if (N == 0) {2  A();3  C();4}5B();6