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