xref: /netbsd-src/external/bsd/tradcpp/dist/tests/t37.c (revision 31615c9617fab4df7f5e221552df7da87f14320d)
1 #define BC //**/*
2 #define EC */**//
3 
4 BC
5 comment?
6 EC
7 
8 BC comment? EC
9 
10 #define FOO(x) x
11 FOO(abc BC def EC ghi)
12 
13 #define BAR(x, y) x y
14 BAR(abc BC def, ghi EC jkl)
15 
16 BC
17 #define BAZ baz
18 EC
19 BAZ
20