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