]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/imports/art4769b.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / imports / art4769b.d
1 private import imports.art4769a;
2 private import art4769;
3
4 int main(char [][] args)
5 {
6 Vector!(wchar) str;
7 return 0;
8 }
9