repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
trad
/
literals-2.c
blob
29ffcbfbdeec763e140304de943da65e31fe01d6
1
/* Test that unterminated quotes in CPP expressions are
2
recognized. */
3
4
/* { dg-do preprocess } */
5
6
/* { dg-error "not valid" "bad charconst" { target *-*-* } 7 } */
7
#if
'x
8
#endif