dmd/compiler/test/fail_compilation/failescape.d
2022-07-09 18:53:07 +02:00

8 lines
119 B
Makefile

/*
TEST_OUTPUT:
---
fail_compilation/failescape.d(8): Error: character '\' is not a valid token
---
*/
string x = \n;