Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / inhmet.cocci
1 @r@
2 metavariable a,b;
3 expression x;
4 @@
5
6 x->a = b
7
8 @@
9 metavariable r.a,r.b;
10 expression x;
11 @@
12
13 - x->a = b
14 + foo()