Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / const_adding.cocci
1 @@
2 identifier I;
3 @@
4
5 (
6 const struct file_operations I;
7 |
8 + const
9 struct file_operations I;
10 )
11
12 //- const struct file_operations I;
13