xref
: /
external
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
072-token-pasting-same-line.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
paste
(
x
)
success_
##
x
2
paste
(
1
)
paste
(
2
)
paste
(
3
)
3