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