new testcase

llvm-svn: 38575
This commit is contained in:
Chris Lattner 2006-06-26 01:25:11 +00:00
parent 269c232e67
commit 0a401cca91
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 1
// The error message should be on the #include line, not the 1.
#include FOO