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