coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / multitypedef.cocci
CommitLineData
34e49164
C
1@ non_delayed_fn @
2type local_type, T;
3local_type *device;
4identifier fld, fn;
5@@
6
7- INIT_WORK(&device->fld, fn, device);
8+ INIT_WORK(&device->fld, fn);