d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / imports / test19746d.d
blob36a3f82d356f6947a1717bc6b09b33a1927699f8
1 import test19746;
2 class Baz(T): Foo { }
3 class Dap(T): Baz!T
5 override void thunk() {}
7 class Zoo
9 Dap!int _dap;