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