aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/_Pragma-physloc.c
blob: 016c97b82fd839ce57e7332fff118ab973630fbc (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")