Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / decl_space.res
1 int main () {
2 int *x = g;
3 int x = g;
4 }