bolt/deps/llvm-18.1.8/clang/test/Frontend/iframework.c
2025-02-14 19:21:04 +01:00

5 lines
231 B
C

// RUN: %clang -fsyntax-only -iframework %S/Inputs %s -Xclang -verify
// RUN: %clang -fsyntax-only -isysroot %S -iframeworkwithsysroot /Inputs %s -Xclang -verify
// expected-no-diagnostics
#include <TestFramework/TestFramework.h>