brintos

brintos / llvm-project-archived public Read only

0
0
Text · 95 B · 2e98a11 Raw
10 lines · cpp
1int foo(int x) {2  return x+1;3}4 5#line 1006void test1(void) {}7 8#line 2009void test2(void) {}10