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

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

Added printf module

  • Property mode set to 100755
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.