brintos

brintos / llvm-project-archived public Read only

0
0
Text · 187 B · a01fba0 Raw
10 lines · cpp
1// RUN: %clang_cc1 -std=c++11 -fsyntax-only %s2// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s3 4// expected-error@8 {{in c++98 only}}5#if 06R"(7#else8#error in c++98 only)"9#endif10