]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test7399.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test7399.d
1 // 7399
2 static assert(!__traits(compiles, { import non.existing.file; }));
3
4 // 7400
5 static assert(!is(typeof({import non_existing_file;})));
6