Daniel Dunbar | ffd408a | 2009-03-24 02:24:46 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc %s -E | grep '#pragma x y z' && |
2 | // RUN: clang-cc %s -E | grep '#pragma a b c' | ||||
Chris Lattner | 4b00965 | 2007-07-25 00:24:17 +0000 | [diff] [blame] | 3 | |
4 | _Pragma("x y z") | ||||
5 | _Pragma("a b c") | ||||
6 |