]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test19409.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test19409.d
1 // https://issues.dlang.org/show_bug.cgi?id=19409
2
3 module test.foo;
4
5 static if (__traits(compiles, __traits(identifier, test.foo))) {} // fails
6 else { static assert(0); }