Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / video2.cocci
1 @@
2 expression E, E1, E2;
3 @@
4
5 main(int x) {
6 <...
7 {
8 ...
9 - x();
10 ...
11 - if (f()) return E1;
12 <...
13 - g(E)
14 + h(E)
15 ...>
16 ?- if (i()) return E2;
17 ...
18 }
19 ...>
20 }