source:
mainline/uspace/app/pcc/cc/cpp/tests/test8@
a7de7182
Last change on this file since a7de7182 was a7de7182, checked in by , 15 years ago | |
---|---|
|
|
File size: 122 bytes |
Rev | Line | |
---|---|---|
[a7de7182] | 1 | // test macro expansion in arguments |
2 | #define s_pos s_s.s_pos | |
3 | #define foo(x) (x) | |
4 | ||
5 | //hej.s_pos | |
6 | foo(hej.s_pos) | |
7 |
Note:
See TracBrowser
for help on using the repository browser.