Release coccinelle-0.1
[bpt/coccinelle.git] / tests / allbound.cocci
1 @ rule1 @
2 expression E, E1;
3 @@
4
5 (
6 foo(E1)
7 |
8 bar(E)
9 )
10
11 @ rule2 extends rule1 @
12 @@
13
14 - xxx(E1)
15 + yyy(E)