OpenGrok
Cross Reference: 037-finalize-unexpanded-macro.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
037-finalize-unexpanded-macro.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
define
expand
(x)
expand
(x
once
)
2
#
define
foo
(x) x
3
foo
(
expand
(
just
))
4