49206ef4c8
Where one macro is defined in terms of another macro. The current implementation does not yet deal with this correctly.
4 lines
34 B
C
4 lines
34 B
C
#define foo 1
|
|
#define bar foo
|
|
bar
|