dfmt/tests/issue0321.d
2018-02-02 00:52:30 -08:00

6 lines
71 B
D

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