Cross Reference: macro_arg_slocentry_merge.h
xref
: /
external
/
clang
/
test
/
Preprocessor
/
macro_arg_slocentry_merge.h
Home
History
Annotate
Line#
Navigate
Download
only in
macro_arg_slocentry_merge.h
1
2
3
4
5
#
define
WINDOW
win
6
#
define
P_
(
args
)
args
7
extern
void
f
P_
((
WINDOW
win
));
8