1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice11965.d(15): Error: no identifier for declarator `b*`
5 fail_compilation/ice11965.d(15): Error: found `End of File` when expecting `}` following compound statement
6 fail_compilation/ice11965.d(15): Error: found `End of File` when expecting `]`
7 fail_compilation/ice11965.d(15): Error: no identifier for declarator `u[()
8 {
9 b* A;
10 }
11 ]`
12 ---
13 */
14 u[{b*A,
15