[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Sema / implicit-def.c
blob017e493b7f375deb8b70de0b8d7a7df7553843b1
1 /* RUN: %clang_cc1 -fsyntax-only %s -std=c89
2 * RUN: not %clang_cc1 -fsyntax-only %s -std=c99 -pedantic-errors
3 */
5 int A(void) {
6 return X();