Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / sys.cocci
CommitLineData
485bce71
C
1@r@
2struct sys_timer E;
3expression E2;
4@@
5
6* E.suspend = E2;
7
8@s@
9struct sys_timer E;
10expression E2;
11@@
12
13E.suspend = E2;
14