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