Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / nest2.c
1 int f(int i) {
2 a();
3 a();
4 a();
5 }