]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/imports/link7745b.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / imports / link7745b.d
1 module imports.link7745b;
2 struct C { auto asdfg() {} }
3
4 // extreme test of bug 4820
5 void nextis(W)(void delegate() dg = {}) {}
6
7