Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / fn_todo.cocci
1 @ device_arg disable all @
2 type T1;
3 type local_type;
4 local_type *device;
5 identifier fld, fn;
6 @@
7
8
9 INIT_WORK(&device->fld,
10 - (T1)fn, device
11 + fn
12 );