mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 14:10:37 +01:00
This is something that piglit is exercising that currently fails. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Carl Worth <cworth@cworth.org>
3 lines
70 B
C
3 lines
70 B
C
#define paste_twice(a,b,c) a ## b ## c
|
|
paste_twice(just, one, token)
|
|
|