Cross Reference: 135-duplicate-parameter.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
135-duplicate-parameter.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
1
#
define
FOO
(a,a)
which
a?
2
#
define
BAR
(x,y,z,x)
so
very
x
3