2ca4ce15449952337b0047ca32122c8794b1fcce
[bpt/coccinelle.git] / tests / toplevel_macrostmt.cocci
1 // better perhaps to use a
2 // declaration MODULE_PARM;
3 // declaration module_parm;
4 // ?
5 @@
6 expression x,y;
7 @@
8
9 - MODULE_PARM(x,y);
10 + module_param(x,int,y);
11