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