Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
gag4269d.d
blob: bdfabaecc9e72c10bc4045fa372fce2150a5a170 [
file
] [
log
] [
blame
]
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---
fail_compilation/gag4269d.d(10): Error: undefined identifier `Y4`, did you mean function `X4`?
---
*/
static
if
(
is
(
typeof
(
X4
.
init
)))
{}
Y4 X4
()
{
return
typeof
(
return
).
init
;
}