d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / failescape.d
blob8376893e580a006f6d39e82a4d1ce00ff72071ba
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/failescape.d(8): Error: character '\' is not a valid token
5 ---
6 */
8 string x = \n;