mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
17 lines
678 B
Makefile
17 lines
678 B
Makefile
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/e15876_1.d(17): Error: valid scope identifiers are `exit`, `failure`, or `success`, not `x`
|
|
fail_compilation/e15876_1.d(18): Error: found `End of File` when expecting `)`
|
|
fail_compilation/e15876_1.d(18): Error: found `End of File` instead of statement
|
|
fail_compilation/e15876_1.d(18): Error: matching `}` expected following compound statement, not `End of File`
|
|
fail_compilation/e15876_1.d(17): unmatched `{`
|
|
fail_compilation/e15876_1.d(18): Error: found `End of File` when expecting `]`
|
|
fail_compilation/e15876_1.d(18): Error: variable name expected after type `o[()
|
|
{
|
|
scope(exit) __error__
|
|
}
|
|
]`, not `End of File`
|
|
---
|
|
*/
|
|
o[{scope(x
|