(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
fail_compilation/
parse14285.d
/*
TEST_OUTPUT:
---
fail_compilation/parse14285.d(10): Error: no identifier for declarator `this`
---
*/

struct S
{
    alias this;
}