Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / twomatch.cocci
1 @r@
2 expression a,b,c;
3 @@
4
5 (
6 foo(a,c);
7 |
8 bar(b,c);
9 )
10
11 @@
12 expression r.a,r.b,r.c;
13 @@
14
15 - xxx(\(a\|b\),c);
16 + yyy();