summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/comment_save.c
blob: 30b043433c970aaa70e6105aafbc2b015022b1f8 (plain)
1
2
3
4
5
6
7
// RUN: clang-cc -E -C %s | grep '^// foo$' &&
// RUN: clang-cc -E -C %s | grep -F '^/* bar */$'

// foo
/* bar */


OpenPOWER on IntegriCloud