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