source:
mainline/uspace/app/pcc/cc/cpp/tests/test5@
a7de7182
Last change on this file since a7de7182 was a7de7182, checked in by , 14 years ago | |
---|---|
|
|
File size: 115 bytes |
Line | |
---|---|
1 | #define t(x,y,z) x ## y ## z |
2 | int 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.