mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
3 lines
49 B
C
3 lines
49 B
C
#define double(a) a*2
|
|
#define foo double(
|
|
foo 5)
|