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
Handle symbol visibility/locality for PIE/PIC
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
raw-string-8.c
blob
685b2ef681af4200eb8a0ca71aee7313085534e0
1
// Test that we track line numbers properly across newlines
2
// both escaped and not in raw strings.
3
// { dg-options "-std=gnu99" { target c } }
4
// { dg-options "-std=c++0x" { target c++ } }
5
6
const char
a
[] =
R
"(\
7
8
)"
;
9
10
T t
;
// { dg-error "" }