Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / type1.res
1 int foo() {
2 int *x;
3 return 0;
4 }
5