[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Sema / Inputs / reserved-identifier.h
blob83b681f239c3b3476cc93cc1470e6fc7b3f10174
1 int __i_come_from_a_system_header; // no-warning
2 #define __I_AM_A_SYSTEM_MACRO() // no-warning
4 #define SOME_SYSTEM_MACRO() int __i_come_from_a_system_macro