mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 22:20:14 +01:00
3 lines
58 B
C
3 lines
58 B
C
#define bar(failure) failure
|
|
#define foo bar(success)
|
|
foo
|