index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
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
)