comparison tests/t17.c @ 67:737ffe27b4bd

Merge
author Joerg Sonnenberger <joerg@bec.de>
date Sun, 31 Mar 2013 07:19:49 +0200
parents
children 8eee66a25533
comparison
equal deleted inserted replaced
49:8a204d153398 67:737ffe27b4bd
1 #define a() x
2 a()
3 a ()
4 #define b(p) p
5 x/**/b(1)/**/x
6 x/**/b (1)/**/x
7 x/**/b()/**/x
8 #define c(p,q) p/**/q
9 x/**/c(1,2)/**/x
10 x/**/c(1)/**/x
11 x/**/c()/**/x