summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/_Pragma-physloc.c
blob: 87379491676db51f53f739dd46031953732e5365 (plain)
1
2
3
4
5
6
// 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")

OpenPOWER on IntegriCloud