brintos

brintos / llvm-project-archived public Read only

0
0
Text · 89 B · ee15823 Raw
12 lines · c
1void foo() { }2 3void bar() { }4 5int main(void) {6    foo();7 8    bar();9 10    return 0;11}12