d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ice10431b.d
blob8dfdddc0a568d3781ed2f16dcbf5fc6338ff90f5
1 struct X(alias Y)
5 struct A
7 int[] data;
10 alias X!(A([])) X1;
11 alias X!(A([])) X2;