1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/diag13609b.d(10): Error: base classes are not allowed for `struct`, did you mean `;`?
5 fail_compilation/diag13609b.d(11): Error: basic type expected, not `EOF`
6 fail_compilation/diag13609b.d(11): Error: { } expected following `struct` declaration
7 ---
8 */
9 
10 struct S :
11