blob: 2439721ff1e6197cbd3c50fa70b940a5b8a9256d [file] [log] [blame]
// https://bugzilla.gdcproject.org/show_bug.cgi?id=253
// { dg-additional-sources "imports/gdc253a.d" }
// { dg-do compile }
import imports.gdc253a;
class C253 : C253a
{
void test253() { }
}