Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / max.cocci
CommitLineData
34e49164
C
1@x@
2position pc,pm,pi;
3expression E;
4@@
5
6if@pc (E@pm) return i@pi;
7
8@@
9position x.pc,x.pm,x.pi;
10expression E;
11@@
12
13if@pc (E@pm)
14- return i@pi;
15+ return 3;