1// RUN: %clang_cc1 %s -E | grep '#pragma x y z'
2// RUN: %clang_cc1 %s -E | grep '#pragma a b c'
3
4_Pragma("x y z")
5_Pragma("a b c")
6
7