Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
failescape.d
blob: 8376893e580a006f6d39e82a4d1ce00ff72071ba [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/failescape.d(8): Error: character '\' is not a valid token
---
*/
string
x
=
\n
;