Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / ret2.c
1 int main() {
2 if (foo()) xxx();
3 xxx();
4 if (foo()) return;
5 return;
6 }