blob: e5fe98263a1651b21c880dfbbd6dac82dc1421b4 [file] [log] [blame]
Alexandre Ganea047e65d2019-05-21 19:40:28 +00001int foo(int x) {
2 return x+1;
3}
4
5#line 100
6void test1() {}
7
8#line 200
9void test2() {}