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