Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / dowhile.res
1 int main() {
2 do {
3 }
4 while (0);
5 }