aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/_Pragma-physloc.c
blob: b8f5499c7a154112c841f310e3f300aa0c790935 (plain)
1
2
3
4
5
6
// RUN: clang %s -E | grep '#pragma x y z' &&
// RUN: clang %s -E | grep '#pragma a b c'

_Pragma("x y z")
_Pragma("a b c")