xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
020-define-func-2-arg-multi.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
define
foo
(x,y) x,
two
fish
,
red
fish
,y
2
foo
(
one
fish
,
blue
fish
)
3