Add test for chained #define directives.
Where one macro is defined in terms of another macro. The current implementation does not yet deal with this correctly.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#define foo 1
|
||||
#define bar foo
|
||||
bar
|
||||
Reference in New Issue
Block a user