Release coccinelle-0.1
[bpt/coccinelle.git] / tests / metastatement2.c
1 void main(int i) {
2
3 f();
4 { replace(); replace(); }
5 g();
6 }