coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / xloop.c
1 int main (int x) {
2 f();
3 for (x=0; x!=10; x++) h();
4 g();
5 }