Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / video1bis.cocci
1 @@
2 identifier arg;
3 identifier v;
4 statement S1;
5 @@
6
7 - if (copy_from_user(v,arg,sizeof(v)) != 0) S1 else {}