llvm-capstone/clang/test/Preprocessor/macro_paste_bcpl_comment.c
Chris Lattner 30a2fa14ae Move LexingRawMode handling of file EOF out of the preprocessor into the
lexer.  This makes more logical sense and also unbreaks the case when the
lexer hasn't been pushed onto the PP include stack.  This is the case when
pasting identifiers.  This patch implements macro_paste_bcpl_comment.c.

llvm-svn: 38736
2006-07-19 06:31:49 +00:00

6 lines
71 B
C

// RUN: clang %s -Eonly 2>&1 | grep error
#define COMM1 / ## /
COMM1