mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 04:50:11 +01:00
4 lines
52 B
C
4 lines
52 B
C
|
|
#define failure() success
|
||
|
|
#define foo failure
|
||
|
|
foo()
|