Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / const1bis.cocci
1 @@ identifier func;@@
2 func (...) {
3 - const int i;
4 + float i;
5 ...
6 }