Cross Reference: 037-finalize-unexpanded-macro.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib.old
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
037-finalize-unexpanded-macro.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
1
#
define
expand
(x)
expand
(x
once
)
2
#
define
foo
(x) x
3
foo
(
expand
(
just
))
4