mesa/tests/003-define-chain-reverse.c
Carl Worth 34db0d332e 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.
2010-05-11 12:35:06 -07:00

3 lines
34 B
C

#define bar foo
#define foo 1
bar