brintos

brintos / llvm-project-archived public Read only

0
0
Text · 53 B · 88653f6 Raw
3 lines · c
1int foo() { return 1; }2int main() { return foo(); }3