summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/comment_save.c
blob: ae609b117e7e9c53ab153635bc2ead0c057033e4 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc -E -C %s | FileCheck -strict-whitespace %s

// foo
// CHECK: // foo

/* bar */
// CHECK: /* bar */