1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/lexer3.d(9): Error: unterminated token string constant starting at fail_compilation/lexer3.d(9)
5 fail_compilation/lexer3.d(10): Error: semicolon expected following auto declaration, not `EOF`
6 ---
7 */
8 
9 static s1 = q{ asef;
10