Release coccinelle-0.1
[bpt/coccinelle.git] / tests / sizeof_julia.cocci
1 @@
2 identifier arg;
3 identifier v;
4 @@
5 - copy_from_user(&v,arg,sizeof(v))
6 + foo()