Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / glcpp / tests / 072-token-pasting-same-line.c
1 #define paste(x) success_ ## x
2 paste(1) paste(2) paste(3)