macro_expandloc2.c revision 5f016e2cb5d11daeb237544de1c5d59f20fe1a6e
1// RUN: clang %s -E 2>&1 | grep '#include'
2#define FOO BAR
3
4// The error message should be on the #include line, not the 1.
5#include FOO
6
7