repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Lexer
/
cxx0x_raw_string_directives.cpp
blob
a01fba0d9911ba51ecba64a28d2d87f288a4fff3
1
// RUN: %clang_cc1 -std=c++11 -fsyntax-only %s
2
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
3
4
// expected-error@8 {{in c++98 only}}
5
#if 0
6
R
"(
7
#else
8
#error in c++98 only)"
9
#endif