mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 22:20:14 +01:00
4 lines
70 B
C
4 lines
70 B
C
#define paste(x,y) x ## y
|
|
paste(1,2)
|
|
paste(1,000)
|
|
paste(identifier,2)
|