[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / disabled-cond-diags.c
blob0237b5debd3bfe277c91cd4b0f8b009358bbe1ea
1 // RUN: %clang_cc1 -E -verify %s
2 // expected-no-diagnostics
4 #if 0
6 // Shouldn't get warnings here.
7 ??( ??)
9 // Should not get an error here.
10 ` ` ` `
11 #endif