OpenGrok
Cross Reference: macro_paste_bcpl_comment.c
xref
: /
external
/
clang
/
test
/
Preprocessor
/
macro_paste_bcpl_comment.c
Home
|
History
|
Annotate
|
Download
|
only in
Preprocessor
1
// RUN: %clang_cc1 %s -Eonly 2>&1 | grep error
2
3
#
define
COMM1
/ ## /
4
COMM1
5
6