xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
058-token-pasting-empty-arguments.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
paste
(
x
,
y
)
x
##
y
2
paste
(
a
,
b
)
3
paste
(
a
,)
4
paste
(,
b
)
5
paste
(,)
6