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