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