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