xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
059-token-pasting-integer.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
paste
(
x
,
y
)
x
##
y
2
paste
(
1
,
2
)
3
paste
(
1
,
000
)
4
paste
(
identifier
,
2
)
5