]> granicus.if.org Git - clang/commitdiff
testcase for my previous patch.
authorChris Lattner <sabre@nondot.org>
Fri, 26 Sep 2008 18:07:51 +0000 (18:07 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Sep 2008 18:07:51 +0000 (18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56670 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/header_lookup1.c [new file with mode: 0644]

diff --git a/test/Preprocessor/header_lookup1.c b/test/Preprocessor/header_lookup1.c
new file mode 100644 (file)
index 0000000..10049ad
--- /dev/null
@@ -0,0 +1,2 @@
+// RUN: clang -I /usr/include %s -E | grep 'stdio.h.*3.*4'
+#include <stdio.h>