34db0d332e
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.
4 lines
34 B
C
4 lines
34 B
C
#define bar foo
|
|
#define foo 1
|
|
bar
|