[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / has_c_attribute.cpp
blob0bde73067178d02dc557ade822f450335b5b8edc
1 // RUN: %clang_cc1 -std=c++11 %s -verify
3 #if __has_c_attribute(fallthrough) // expected-error {{function-like macro '__has_c_attribute' is not defined}}
4 #endif
6 #if __has_c_attribute(gnu::transparent_union) // expected-error {{function-like macro '__has_c_attribute' is not defined}}
7 #endif