xref
: /
external
/
clang
/
test
/
Preprocessor
/
macro_paste_none.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 -E %s | grep '!!'
2
3
#
define
A
(
B
,
C
)
B
##
C
4
5
!
A
(,)!
6
7