New testcase

llvm-svn: 38576
This commit is contained in:
Chris Lattner 2006-06-26 01:26:26 +00:00
parent 0a401cca91
commit 64f7bd0e6e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// RUN: clang %s -E 2>&1 | grep '#include'
#define FOO BAR
// The error message should be on the #include line, not the 1.
#include FOO