Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / check_order1.cocci
1 @r@
2 expression E;
3 @@
4
5 f(E);
6
7 @script:python@
8 E << r.E;
9 @@
10
11 print E