Files
third_party_mesa3d/glcpp/tests/058-token-pasting-empty-arguments.c
2010-06-21 11:22:11 -07:00

6 lines
66 B
C

#define paste(x,y) x ## y
paste(a,b)
paste(a,)
paste(,b)
paste(,)