summaryrefslogtreecommitdiff
path: root/external/bsd/tradcpp/dist/tests/t16.c
blob: b42eece48af6680e47eb6a8354120e8dc6c9ed1a (plain)
1
2
3
4
5
6
7
8
9
10
11
#define a() x
a()
a ()
#define b(p) p
x/**/b(1)/**/x
x/**/b (1)/**/x
x/**/b()/**/x
#define c(p,q) p/**/q
x/**/c(1,2)/**/x
x/**/c(1)/**/x
x/**/c()/**/x