[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / invalid-__has_warning2.c
blobf54ff47993190475f7cc7c93dde7f2b21eca070e
1 // RUN: %clang_cc1 -verify %s
3 // These must be the last lines in this test.
4 // expected-error@+1{{too few arguments}}
5 int i = __has_warning();