mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
3 lines
50 B
C
3 lines
50 B
C
#define foo(a) (a)
|
|
#define bar two,words
|
|
foo(bar)
|