mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 20:00:10 +01:00
6 lines
66 B
C
6 lines
66 B
C
|
|
#define paste(x,y) x ## y
|
||
|
|
paste(a,b)
|
||
|
|
paste(a,)
|
||
|
|
paste(,b)
|
||
|
|
paste(,)
|