(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test19409.d
// https://issues.dlang.org/show_bug.cgi?id=19409

module test.foo;

static if (__traits(compiles,  __traits(identifier, test.foo))) {} // fails
else { static assert(0); }