]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/compilable/test7399.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test7399.d
CommitLineData
5fee5ec3 1// https://issues.dlang.org/show_bug.cgi?id=7399
b4c522fa
IB
2static assert(!__traits(compiles, { import non.existing.file; }));
3
5fee5ec3 4// https://issues.dlang.org/show_bug.cgi?id=7400
b4c522fa
IB
5static assert(!is(typeof({import non_existing_file;})));
6