Files
llvm-project/clang/test/Preprocessor/comment_save.c
2006-07-29 06:41:10 +00:00

8 lines
111 B
C

// RUN: clang -E -C %s | grep '^// foo$' &&
// RUN: clang -E -C %s | grep -F '^/* bar */$'
// foo
/* bar */