coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / const_adding.c
1 void main(int i)
2 {
3
4 const struct file_operations a;
5 struct file_operations b;
6
7 }