d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / imports / test16214b.d
blobe2036fceb9fc82b8bf249b8aa13052db01cb127a
1 module test16214b;
2 import test16214a;
4 struct Appender() { int[] arr; }
5 struct Tuple() { alias A = Appender!(); }
7 class EventLoop
9 auto f() { auto x = [Tuple!().init]; }