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