Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / decl_space.c
1 int main () {
2 int *x = y;
3 int x = y;
4 }