source: mainline/uspace/app/pcc/cc/cpp/tests/test13@ 9d58539

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 9d58539 was 9d58539, checked in by Prutkov Alex <prutkov.alex@…>, 13 years ago

Fixed unix permissions for all files

  • 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.