brintos

brintos / llvm-project-archived public Read only

0
0
Text · 45 B · 4c29f78 Raw
4 lines · c
1int foo(void);2 3int main() { return foo(); }4