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