source: mainline/uspace/app/pcc/cc/cpp/tests/test13@ 48fa501

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 48fa501 was a7de7182, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 14 years ago

Added pcc source tree (contents of pcc-1.0.0.tgz)

  • Property mode set to 100644
File size: 113 bytes
Line 
1
2#define UL long, foo
3#define D(I,F) I
4#define E(I) D(I)
5E(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.