[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Lexer / cxx0x_raw_string_directives.cpp
bloba01fba0d9911ba51ecba64a28d2d87f288a4fff3
1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only %s
2 // RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
4 // expected-error@8 {{in c++98 only}}
5 #if 0
6 R"(
7 #else
8 #error in c++98 only)"
9 #endif