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