Cross Reference: 021-define-func-compose.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib.old
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
021-define-func-compose.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
021-define-func-compose.c revision b8e80941
1
#
define
bar
(x) (
1
+(x))
2
#
define
foo
(y) (
2
*(y))
3
foo
(
bar
(
3
))
4