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