blob: ab562c9aea1034a7a120957914e40f6828844e9d [file] [log] [blame]
module imports.test46b;
private import imports.test46c;
class B
{
private C!(char) c;
this() { c = new C!(char); }
}