mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 07:00:12 +01:00
6 lines
85 B
C
6 lines
85 B
C
|
|
#define foo(x) success
|
||
|
|
#define bar foo
|
||
|
|
#define baz bar
|
||
|
|
#define joe baz
|
||
|
|
joe (failure)
|