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