brintos

brintos / llvm-project-archived public Read only

0
0
Text · 62 B · abf9ecf Raw
4 lines · cpp
1int foo = 1;2 3int main(int argc, char **argv) { return foo; }4