Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test19409.d
blob: 94915e8477cb4ceca69c115e36f37b2ea10157be [
file
] [
log
] [
blame
]
// 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
);
}