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