index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
tests
/
059-token-pasting-integer.c
blob: 37b895a42378cbabd4dd1515f017e6f70f18845f (
plain
)
1
2
3
4
#define paste(x,y) x ## y
paste
(
1
,
2
)
paste
(
1
,
000
)
paste
(
identifier
,
2
)