mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
265 B
Makefile
9 lines
265 B
Makefile
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/lexer3.d(9): Error: unterminated token string constant starting at fail_compilation/lexer3.d(9)
|
|
fail_compilation/lexer3.d(10): Error: semicolon expected following auto declaration, not `End of File`
|
|
---
|
|
*/
|
|
|
|
static s1 = q{ asef;
|