Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / ret.c
1 int f(int x) {
2 int x;
3 f();
4 if (E) { return 0; }
5 g();
6 return 0;
7 }