Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail4269e.d
blob: c63bfac4271725710132d5b9c4557ea7a2defe8b [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail4269e.d(10): Error: semicolon expected, not `X5`
fail_compilation/fail4269e.d(10): Error: no identifier for declarator `X5`
---
*/
static
if
(
is
(
typeof
(
X5
.
init
)))
{}
typedef
Y X5
;
void
main
()
{}