Release coccinelle-0.1
[bpt/coccinelle.git] / tests / gotobreak.cocci
1 @@
2 identifier config;
3 @@
4
5 config(...) {
6 <...
7 - return;
8 + return 0;
9 ...>
10 }