1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/parse14285.d(10): Error: no identifier for declarator `this`
5 ---
6 */
7 
8 struct S
9 {
10     alias this;
11 }
12