doc: remove stray character
[official-gcc.git] / gcc / testsuite / gdc.dg / pr101672.d
blob8b337a4cf19553cd87fab07d796a351f455af7c2
1 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101672
2 // { dg-do compile }
4 module object;
6 interface I101672
8 static int i101672;
11 class A101672 : I101672
13 static int a101672;
16 class B101672 : A101672
18 static int b101672;