Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / ar.cocci
1 @@
2 struct foo *x;
3 @@
4
5 - x->y = 12;
6
7 @@
8 struct foo x;
9 @@
10
11 - x.y = 12;