[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Frontend / iframework.c
blob2354553fa094502dfe29d5f4a268c2cb847de27f
1 // RUN: %clang -fsyntax-only -iframework %S/Inputs %s -Xclang -verify
2 // RUN: %clang -fsyntax-only -isysroot %S -iframeworkwithsysroot /Inputs %s -Xclang -verify
3 // expected-no-diagnostics
5 #include <TestFramework/TestFramework.h>