_Pragma-dependency.c revision a5728872c7702ddd09537c95bc3cbd20e1f2fb09
1// RUN: %clang_cc1 %s -E 2>&1 | grep 'DO_PRAGMA (STR'
2// RUN: %clang_cc1 %s -E 2>&1 | grep '7:3'
3
4#define DO_PRAGMA _Pragma
5#define STR "GCC dependency \"parse.y\"")
6  // Test that this line is printed by caret diagnostics.
7  DO_PRAGMA (STR
8