Release coccinelle-0.1.9-rc1
[bpt/coccinelle.git] / tests / const1.cocci
1 @@ identifier func;@@
2 func (...) {
3 - const char *i;
4 + float i;
5 ...
6 }