1 // RUN: clang-cc -E -C %s | grep '^// foo$' && 2 // RUN: clang-cc -E -C %s | grep -F '^/* bar */$' 3 4 // foo 5 /* bar */ 6 7 8