Cross Reference: 058-token-pasting-empty-arguments.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
058-token-pasting-empty-arguments.c
Home
History
Annotate
Line#
Navigate
Download
only in
058-token-pasting-empty-arguments.c
1
#
define
paste
(x,y) x ## y
2
paste
(a,b)
3
paste
(a,)
4
paste
(,b)
5
paste
(,)
6