brintos

brintos / llvm-project-archived public Read only

0
0
Text · 293 B · 0bde730 Raw
9 lines · cpp
1// RUN: %clang_cc1 -std=c++11 %s -verify2 3#if __has_c_attribute(fallthrough) // expected-error {{function-like macro '__has_c_attribute' is not defined}}4#endif5 6#if __has_c_attribute(gnu::transparent_union) // expected-error {{function-like macro '__has_c_attribute' is not defined}}7#endif8 9