Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / pb_tag_symbols.cocci
1 @@
2 identifier arg;
3 identifier v;
4 expression E1;//, E2;
5 @@
6
7 - if(copy_from_user(v,arg) != 0) return E1; else { }