permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / badtypedef.cocci
CommitLineData
34e49164
C
1// need the merge_val facility for typedef and struct equivalence
2
3@@
4type T;
5T E, E1;
6@@
7
8- xxx(E);
9+ aaa(E);
10 ...
11- yyy(E1);
12+ bbb(E1);