OpenGrok
Cross Reference: 040-token-pasting.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
040-token-pasting.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
define
paste
(a,b) a ## b
2
paste
(
one
,
token
)
3