brintos

brintos / llvm-project-archived public Read only

0
0
Text · 73 B · 92512c3 Raw
9 lines · cpp
1int main()2{3    int i;4    i = 5;5    i = 2;6    i = 3;7    return 0;8}9