xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
057-empty-arguments.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
define
zero
()
success
2
zero
()
3
#
define
one
(x)
success
4
one
()
5
#
define
two
(x,y)
success
6
two
(,)
7