Files
mesa/tests/002-define-chain.c
T
Carl Worth 49206ef4c8 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.
2010-05-11 12:29:22 -07:00

4 lines
34 B
C

#define foo 1
#define bar foo
bar