mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
15 lines
488 B
D
15 lines
488 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/ice11965.d(16): Error: variable name expected after type `b*`, not `End of File`
|
|
fail_compilation/ice11965.d(16): Error: matching `}` expected following compound statement, not `End of File`
|
|
fail_compilation/ice11965.d(15): unmatched `{`
|
|
fail_compilation/ice11965.d(16): Error: found `End of File` when expecting `]`
|
|
fail_compilation/ice11965.d(16): Error: variable name expected after type `u[()
|
|
{
|
|
b* A;
|
|
}
|
|
]`, not `End of File`
|
|
---
|
|
*/
|
|
u[{b*A,
|