OpenGrok
Cross Reference: 018-define-func-macro-as-parameter.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
018-define-func-macro-as-parameter.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
define
x
0
2
#
define
foo
(x) x
3
foo
(
1
)
4