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