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

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