blob: a8d953630a67c48ce1c58a0fd75d303a86a63afb [file] [log] [blame]
module imports.defac;
private import imports.defab;
public abstract class C : B
{
private import imports.defad;
this() {}
this(D parent, int style) {}
}