xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
096-paste-twice.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
define
paste_twice
(a,b,c) a ## b ## c
2
paste_twice
(
just
,
one
,
token
)
3
4