Release coccinelle-0.1
[bpt/coccinelle.git] / tests / multr.cocci
1 @ rule1 @
2 expression x;
3 @@
4
5 foo(x);
6
7 @@
8 expression rule1.x;
9 @@
10
11 xxx();
12 + foo(x);