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