Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / xloop.c
CommitLineData
34e49164
C
1int main (int x) {
2 f();
3 for (x=0; x!=10; x++) h();
4 g();
5}