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