Cross Reference: 020-define-func-2-arg-multi.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
020-define-func-2-arg-multi.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
020-define-func-2-arg-multi.c revision 01e04c3f
1
#
define
foo
(x,y) x,
two
fish
,
red
fish
,y
2
foo
(
one
fish
,
blue
fish
)
3