xref
: /
third_party
/
mesa3d
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
059-token-pasting-integer.c
(revision bf215546)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
1
#
define
paste
(x,y) x ## y
2
paste
(
1
,
2
)
3
paste
(
1
,000)
4
paste
(
identifier
,
2
)
5