]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.dg/gdc253a.d
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gdc.dg / gdc253a.d
CommitLineData
844fa2de
IB
1// https://bugzilla.gdcproject.org/show_bug.cgi?id=253
2// { dg-additional-sources "imports/gdc253a.d" }
3// { dg-do compile }
4
5import imports.gdc253a;
6
7class C253 : C253a
8{
9 void test253() { }
10}