Add a couple more tests for chained #define directives.
authorCarl Worth <cworth@cworth.org>
Tue, 11 May 2010 19:35:06 +0000 (12:35 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 11 May 2010 19:35:06 +0000 (12:35 -0700)
commit34db0d332e0a1477971b7c29c18899e7264f9bce
treec2cef19e1394eaf93cb2a4671ea264dc449c27f4
parentc6d5af335121f6027cc46ef9c5aa77aa4e5906ca
Add a couple more tests for chained #define directives.

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.
tests/003-define-chain-reverse.c [new file with mode: 0644]
tests/004-define-recursive.c [new file with mode: 0644]