Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
parse14285.d
blob: c9aa70aa79303ea107ff6686e7edaa1693c0b6bc [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/parse14285.d(10): Error: no identifier for declarator `this`
---
*/
struct
S
{
alias
this
;
}