Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / glcpp / tests / 059-token-pasting-integer.c
1 #define paste(x,y) x ## y
2 paste(1,2)
3 paste(1,000)
4 paste(identifier,2)