Author: lattner
Date: Fri Sep 26 13:07:51 2008
New Revision: 56670
URL: http://llvm.org/viewvc/llvm-project?rev=56670&view=rev
Log:
testcase for my previous patch.
Added:
cfe/trunk/test/Preprocessor/header_lookup1.c
Added: cfe/trunk/test/Preprocessor/header_lookup1.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/header_lookup1.c?rev=56670&view=auto
==============================================================================
--- cfe/trunk/test/Preprocessor/header_lookup1.c (added)
+++ cfe/trunk/test/Preprocessor/header_lookup1.c Fri Sep 26 13:07:51 2008
@@ -0,0 +1,2 @@
+// RUN: clang -I /usr/include %s -E | grep 'stdio.h.*3.*4'
+#include <stdio.h>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits