Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / loop.c
1 int main() {
2 f();
3 while (1) { x : 15; }
4 g();
5 }