coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / proto2.cocci
CommitLineData
34e49164
C
1@@
2identifier fn2;
3identifier bcs, ev;
4@@
5
6- fn2(struct BCState *bcs, int ev) {
7+ fn2(int ev) {
8 ...
9 bcs->event |= 1 << ev;
10 schedule_work(&bcs->work);
11 }