Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / proto.cocci
1 @r@
2 identifier fn2;
3 identifier bcs, ev;
4 @@
5
6 - fn2(struct BCState *bcs, int ev) {
7 - ...
8 - bcs->event |= 1 << ev;
9 - schedule_work(&bcs->work);
10 - }