Tizen 2.1 base
[sdk/emulator/qemu.git] / gl / mesa / src / glsl / glcpp / tests / 096-paste-twice.c
1 #define paste_twice(a,b,c) a ## b ## c
2 paste_twice(just, one, token)
3