xref: /minix3/external/bsd/llvm/dist/clang/test/Frontend/iframework.c (revision 5d5fbe79c1b60734f34c69330aec5496644e8651)
1 // RUN: %clang -fsyntax-only -iframework %S/Inputs %s -Xclang -verify
2 // expected-no-diagnostics
3 
4 #include <TestFramework/TestFramework.h>
5