d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test19409.d
blob94915e8477cb4ceca69c115e36f37b2ea10157be
1 // https://issues.dlang.org/show_bug.cgi?id=19409
3 module test.foo;
5 static if (__traits(compiles, __traits(identifier, test.foo))) {} // fails
6 else { static assert(0); }