source: mainline/uspace/app/pcc/cc/cpp/tests/test8@ 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: 122 bytes
Line 
1// test macro expansion in arguments
2#define s_pos s_s.s_pos
3#define foo(x) (x)
4
5//hej.s_pos
6foo(hej.s_pos)
7
Note: See TracBrowser for help on using the repository browser.