xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
040-token-pasting.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
paste
(
a
,
b
)
a
##
b
2
paste
(
one
,
token
)
3