Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / const1bis.cocci
1 @disable add_signed@ identifier func;@@
2 func (...) {
3 - const int i;
4 + float i;
5 ...
6 }