mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 10:48:08 +02:00
One with the chained defines in the opposite order, and one with the potential to trigger an infinite-loop bug through mutual recursion. Each of these tests pass already.
3 lines
34 B
C
3 lines
34 B
C
#define bar foo
|
|
#define foo 1
|
|
bar
|