mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 17:50:12 +01:00
7 lines
91 B
C
7 lines
91 B
C
|
|
#define zero() success
|
||
|
|
zero()
|
||
|
|
#define one(x) success
|
||
|
|
one()
|
||
|
|
#define two(x,y) success
|
||
|
|
two(,)
|