brintos

brintos / llvm-project-archived public Read only

0
0
Text · 74 B · b6eaec4 Raw
9 lines · cpp
1void foo() {}2void bar() {}3 4int main() {5  foo();6  bar();7  return 0;8}9