Files
llvm-project/clang/test/Preprocessor/macro_paste_c_block_comment.c
Chris Lattner a7e2e74cef Avoid testing / ## * in the lexer. This will cause an unhelpful error message
to be emitted from the lexer.  This fixes macro_paste_c_block_comment.c

llvm-svn: 38737
2006-07-19 06:32:35 +00:00

8 lines
176 B
C

// RUN: clang %s -Eonly 2>&1 | grep error &&
// RUN: clang %s -Eonly 2>&1 | not grep unterminated &&
// RUN: clang %s -Eonly 2>&1 | not grep scratch
#define COMM / ## *
COMM