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