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