Coccinelle release 0.2.5-rc8
[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 {}