Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -E -C %s | grep '^// foo$' && |
2 | // RUN: clang-cc -E -C %s | grep -F '^/* bar */$' | ||||
Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 3 | |
4 | // foo | ||||
5 | /* bar */ | ||||
6 | |||||
7 |