[DMUSIC]
[reactos.git] / reactos / dll / opengl / mesa / src / glsl / glcpp / tests / 040-token-pasting.c
1 #define paste(a,b) a ## b
2 paste(one , token)