mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 03:38:06 +02:00
This capability is the only thing that makes function-like macros interesting. This isn't supported yet so these tests fail for now.
2 lines
40 B
C
2 lines
40 B
C
#define foo(x,y) ((x)*(y))
|
|
foo(bar,baz)
|