d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test7569.d
blob59d73aa4f74a421046963f40753a68b7dc85348c
1 template Tuple(T...)
3 alias T Tuple;
6 void main()
8 Tuple!(int, int) tup1 = void;