Add test for chained #define directives.
authorCarl Worth <cworth@cworth.org>
Tue, 11 May 2010 19:29:22 +0000 (12:29 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 11 May 2010 19:29:22 +0000 (12:29 -0700)
commit49206ef4c8adba5427e9d9b5e0dfc11345262890
treef677d0ccf9857deabdc29e982837d076bc9866ea
parentbeb26e8ac3152c4a7be43d7ee068b50e17b3ba18
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.
tests/002-define-chain.c [new file with mode: 0644]