mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
10 lines
350 B
D
10 lines
350 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/ice11963.d(10): Error: unexpected `(` in declarator
|
|
fail_compilation/ice11963.d(10): Error: identifier expected for template type parameter
|
|
fail_compilation/ice11963.d(10): Error: variable name expected after type `A`, not `""`
|
|
fail_compilation/ice11963.d(10): Error: declaration expected, not `""`
|
|
---
|
|
*/
|
|
A("")=
|