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