Release coccinelle-0.2.2-rc1
[bpt/coccinelle.git] / tests / decl_star.res
1 int main () {
2 int *y;
3 int y;
4 return x;
5 }