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:
Carl Worth
2010-05-11 12:29:22 -07:00
parent beb26e8ac3
commit 49206ef4c8
+3
View File
@@ -0,0 +1,3 @@
#define foo 1
#define bar foo
bar