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