blob: f65335393b48ecfea0fc015b6a38d8eaa5b68779 [file] [log] [blame]
// EXTRA_SOURCES: imports/A16a.d
import std.stdio;
class AA16
{
protected:
this()
{
printf("class AA16\n");
}
}