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