dfmt/tests/issue0321.d

7 lines
71 B
D

void test(){
#line 100
int a;
#line 200 "anotherfile"
int b;
}