blob: d09e3d2098f9a98be4678249be319ab0d6049c06 [file] [log] [blame]
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/c11447.d
// PERMUTE_ARGS: -allinst -w -debug -g
import imports.c11447;
void main()
{
auto a = new A();
TemplateInstancier().instanciateFromResolvedArgs(a);
}