Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / const_adding.res
1 void main(int i)
2 {
3
4 const struct file_operations a;
5 const struct file_operations b;
6
7 }