xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
056-macro-argument-with-comma.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
define
bar
with
,
embedded
,
commas
2
#
define
function
(x)
success
3
#
define
foo
function
4
foo
(
bar
)
5