blob: 30b043433c970aaa70e6105aafbc2b015022b1f8 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -E -C %s | grep '^// foo$' &&
2// RUN: clang-cc -E -C %s | grep -F '^/* bar */$'
Reid Spencer5f016e22007-07-11 17:01:13 +00003
4// foo
5/* bar */
6
7