repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git]
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
failescape.d
blob
8376893e580a006f6d39e82a4d1ce00ff72071ba
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
;