mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 06:28:08 +02:00
4 lines
44 B
C
4 lines
44 B
C
|
|
#define A(a, b) B(a, b)
|
||
|
|
#define C A(0, C)
|
||
|
|
C
|