source: mainline/uspace/app/pcc/cc/cpp/tests/test5@ a7de7182

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since a7de7182 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: 115 bytes
Line 
1#define t(x,y,z) x ## y ## z
2int j[] = { t(1,2,3), t(,4,5), t(6,,7), t(8,9,),
3 t(10,,), t(,11,), t(,,12), t(,,) };
Note: See TracBrowser for help on using the repository browser.