xref: /llvm-project/clang/test/Frontend/iframework.c (revision e39fa57d358ccc44090d1d6d8613a57c375712fc)
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
4 
5 #include <TestFramework/TestFramework.h>
6