Cross Reference: 022-define-func-arg-with-parens.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
022-define-func-arg-with-parens.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
022-define-func-arg-with-parens.c revision 01e04c3f
1
#
define
foo
(x) (x)
2
foo
(
argument
(
including
parens
)
for
the
win
)
3