source:
mainline/uspace/app/pcc/cc/cpp/tests/test13@
48fa501
Last change on this file since 48fa501 was a7de7182, checked in by , 14 years ago | |
---|---|
|
|
File size: 113 bytes |
Line | |
---|---|
1 | |
2 | #define UL long, foo |
3 | #define D(I,F) I |
4 | #define E(I) D(I) |
5 | E(UL) |
6 | |
7 | #define FOO 1 |
8 | |
9 | #if (FOO == 1) |
10 | |
11 | #endif /* FOO */ |
Note:
See TracBrowser
for help on using the repository browser.