xref: /aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/096-paste-twice.c (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 #define paste_twice(a,b,c) a ## b ## c
2 paste_twice(just, one, token)
3 
4