Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
366920a45e3e278d35cbc3bc74d9d0676ae87dfe
/
.
/
test
/
Preprocessor
/
_Pragma-physloc.c
blob: 87379491676db51f53f739dd46031953732e5365 [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -E | grep '#pragma x y z' &&
// RUN: clang-cc %s -E | grep '#pragma a b c'
_Pragma
(
"x y z"
)
_Pragma
(
"a b c"
)