Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / nestseq.res
1 int main () {
2 f();
3 g(12);
4 h();
5 xxx(12);
6 }