mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 03:38:06 +02:00
So far the only expression implemented is a single integer literal, but obviously that's easy to extend. Various things including nesting are tested here.
2 lines
45 B
C
2 lines
45 B
C
#define paste(a,b) a ## b
|
|
paste(one , token)
|