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