mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
4 lines
58 B
C
4 lines
58 B
C
|
|
#define bar(x) (1+(x))
|
||
|
|
#define foo(y) (2*(y))
|
||
|
|
foo(bar(3))
|