aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/iframework.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-18 20:40:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-18 20:40:38 +0000
commit024f4be866d13dd2b0ec062e694a62ca84c37191 (patch)
treef3adbb039291eee114b417b9411851609e125beb /test/Frontend/iframework.c
parentdd67723af339f94870149ee1934dd652f83ca738 (diff)
Frontend: Support -iframework.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Frontend/iframework.c')
-rw-r--r--test/Frontend/iframework.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Frontend/iframework.c b/test/Frontend/iframework.c
new file mode 100644
index 0000000000..0c241fd489
--- /dev/null
+++ b/test/Frontend/iframework.c
@@ -0,0 +1,3 @@
+// RUN: %clang -fsyntax-only -iframework%S/Inputs %s -Xclang -verify
+
+#include <TestFramework/TestFramework.h>