]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/imports/test10441b.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / imports / test10441b.d
1
2 public import test10441c;
3
4 auto foo()()
5 if (boo(1))
6 {
7 return 1;
8 }
9