cfad47cfa3/t3compiler/tads3/test/data/circ2.c
| 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | cfad47cfa334b206c65f22086bcc5d63e6f70944 | ||
|---|---|---|---|
1 | #define CIRCULAR_A(foo) CIRCULAR_B(foo*A) | ||
2 | #define CIRCULAR_B(foo) CIRCULAR_A(foo*B) | ||
3 | "circular_a(100): "; CIRCULAR_A(100); | ||
4 | "circular_a(circular_b(50)): "; CIRCULAR_A(CIRCULAR_B(50)); |
Download diff