Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / nest2.c
CommitLineData
34e49164
C
1int f(int i) {
2 a();
3 a();
4 a();
5}