mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/failescape.d(8): Error: character '\' is not a valid token
|
|
---
|
|
*/
|
|
|
|
string x = \n;
|