Release coccinelle-0.1
[bpt/coccinelle.git] / tests / dowhile.c
1 int main() {
2 do {
3 f();
4 }
5 while (0);
6 g();
7 }