mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
16 lines
579 B
D
16 lines
579 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/e15876_5.d(17): Error: basic type expected, not `End of File`
|
|
fail_compilation/e15876_5.d(17): Error: semicolon expected to close `alias` declaration, not `End of File`
|
|
fail_compilation/e15876_5.d(17): Error: matching `}` expected following compound statement, not `End of File`
|
|
fail_compilation/e15876_5.d(16): unmatched `{`
|
|
fail_compilation/e15876_5.d(17): Error: found `End of File` when expecting `]`
|
|
fail_compilation/e15876_5.d(17): Error: variable name expected after type `p[()
|
|
{
|
|
alias ;
|
|
}
|
|
]`, not `End of File`
|
|
---
|
|
*/
|
|
p[{alias
|