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