Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / const_adding.cocci
CommitLineData
34e49164
C
1@@
2identifier 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