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