]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/imports/udamodule1.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / imports / udamodule1.d
1 @(1) deprecated("This module will be removed.") @(2) module imports.udamodule1;
2
3 void foo()
4 {
5 }