Cross Reference: 096-paste-twice.c
xref
: /
xsrc
/
external
/
mit
/
MesaLib.old
/
dist
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
096-paste-twice.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
1
#
define
paste_twice
(a,b,c) a ## b ## c
2
paste_twice
(
just
,
one
,
token
)
3
4