mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 04:50:11 +01:00
6 lines
66 B
C
6 lines
66 B
C
#define foo a bar
|
|
#define bar b baz
|
|
#define baz c foo
|
|
foo
|
|
bar
|
|
baz
|