summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/runnable/test11447c.d
blob: d09e3d2098f9a98be4678249be319ab0d6049c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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);
}