coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / nestone.c
CommitLineData
34e49164
C
1int foo() {
2 if (x) { xxx(); return;}
3 yyy();
4}