commit | e95a75b10f1e1ce7bf3ab2ec557c471982edf95f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 26 18:07:51 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 26 18:07:51 2008 +0000 |
tree | aa9240634c9bed5fbe0ad641edf421f2a22f47f4 | |
parent | 4668b57aa0b85d15098ba632b155bb33e757ea6e [diff] |
testcase for my previous patch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56670 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Preprocessor/header_lookup1.c b/test/Preprocessor/header_lookup1.c new file mode 100644 index 0000000..10049ad --- /dev/null +++ b/test/Preprocessor/header_lookup1.c
@@ -0,0 +1,2 @@ +// RUN: clang -I /usr/include %s -E | grep 'stdio.h.*3.*4' +#include <stdio.h>