]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/runnable/test61.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / test61.d
1 // PERMUTE_ARGS:
2 // EXTRA_SOURCES: imports/test61a.d
3
4 // Bugzilla 6556
5
6 debug=BUG;
7
8 void main() {
9 debug(BUG) import imports.test61a;
10 assert(bar() == 12);
11 }