coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / const1.c
1 void foo(int j) {
2 const char *i;
3 int i;
4 i++;
5 }