Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / nestseq.res
CommitLineData
34e49164
C
1int main () {
2 f();
3 g(12);
4 h();
5 xxx(12);
6}