Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
Preprocessor
/
_Pragma-dependency.c
blob: 837f31d07c9599d60752fab0335c20e4141da529 [
file
] [
log
] [
blame
]
// RUN: clang %s -E 2>&1 | grep 'DO_PRAGMA (STR' &&
// RUN: clang %s -E 2>&1 | grep '7:3'
#define
DO_PRAGMA
_Pragma
#define
STR
"GCC dependency \"parse.y\""
)
// Test that this line is printed by caret diagnostics.
DO_PRAGMA
(
STR