Release coccinelle-0.1
[bpt/coccinelle.git] / tests / nestplus.c
1 int foo() {
2 if (x) { xxx(); return;}
3 yyy();
4 xxx();
5 }