xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
014-define-func-2-arg-unused.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
foo
(
x
,
y
)
1
2
foo
(
bar
,
baz
)
3