- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / decl_star.res
1 int main () {
2 int *y;
3 int y;
4 return x;
5 }