xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
135-duplicate-parameter.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
FOO
(
a
,
a
)
which
a
?
2
#
define
BAR
(
x
,
y
,
z
,
x
)
so
very
x
3