blob: 1a3bd96efb5ee550e8c6528518ba29db887f4e1a [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang -E -C %s | grep '^// foo$' &&
2// RUN: clang -E -C %s | grep -F '^/* bar */$'
3
4// foo
5/* bar */
6
7