Merge remote branch 'origin/master' into glsl2
[mesa.git] / src / glsl / glcpp / tests / 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(,)