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
/
058-token-pasting-empty-arguments.c
blob: 8ac260c76b671a451603eaf3f6e8dedca2ffc1e6 (
plain
)
1
2
3
4
5
#define paste(x,y) x ## y
paste
(
a
,
b
)
paste
(
a
,)
paste
(,
b
)
paste
(,)