1 /* 2 TEST_OUTPUT: 3 --- 4 fail_compilation/failescape.d(8): Error: character '\' is not a valid token 5 --- 6 */ 7 8 string x = \n; 9