Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / check_order2.cocci
1 @s@
2 expression E;
3 @@
4
5 g(E);
6
7 @r@
8 expression s.E, E1;
9 @@
10
11 f(E,E1);
12
13 @script:python@
14 E1 << r.E1;
15 @@
16
17 print E1