iframework.c 231 B

12345
  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. #include <TestFramework/TestFramework.h>