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