comparison tests/t16.c @ 58:0cd5a1d55ed6

rename joerg's tests to not conflict.
author David A. Holland
date Sun, 31 Mar 2013 01:13:03 -0400
parents tests/t13.c@ebdc6a4cb0f8
children
comparison
equal deleted inserted replaced
57:a3dd0db23b0c 58:0cd5a1d55ed6
1 #define foo /* comment continues 1 #define a() x
2 into the next line */ baz 2 a()
3 baz 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