mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-11 06:28:09 +02:00
3 lines
58 B
C
3 lines
58 B
C
#define bar(failure) failure
|
|
#define foo bar(success)
|
|
foo
|