summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/096-paste-twice.c
blob: 8da756fcba46e4d47c9370b6194dc38f6924a138 (plain)
1
2
3
#define paste_twice(a,b,c) a ## b ## c
paste_twice(just, one, token)