mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 07:00:12 +01:00
3 lines
40 B
C
3 lines
40 B
C
|
|
#define foo(a) foo(2 * (a))
|
||
|
|
foo(foo(3))
|