mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
30a2fa14ae
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
6 lines
71 B
C
6 lines
71 B
C
// RUN: clang %s -Eonly 2>&1 | grep error
|
|
|
|
#define COMM1 / ## /
|
|
COMM1
|
|
|