blob: e89e71493fe26edbd09506c2878b90c1171ea35f [file] [log] [blame]
/*
EXTRA_SOURCES: imports/A16a.d
RUN_OUTPUT:
---
class AA16
class B16
---
*/
import core.stdc.stdio;
class AA16
{
protected:
this()
{
printf("class AA16\n");
}
}