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