- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / const1.cocci
1 @@ identifier func;@@
2 func (...) {
3 - const char *i;
4 + float i;
5 ...
6 }