source: mainline/uspace/app/pcc/cc/cpp/tests/test4@ 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: 68 bytes
Line 
1#define foobar 1
2#define C(x,y) x##y
3#define D(x) (C(x,bar))
4D(foo)
Note: See TracBrowser for help on using the repository browser.