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