diff options
Diffstat (limited to 'test/pp.c')
| -rw-r--r-- | test/pp.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,8 @@ int main(void) { - printf("%s\n",STR ( ok /1 "\n"\n ;.& - 05.5)); + printf("%s %s\n",STR ( ok /1 "\n"n ;.& + 05.5), STR(ADD(1,2))); hi(ADD(Foo, SQR(Bar+1))); + printf("%s %s\n", str(Foo), xstr(Foo)); } |