Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / decl2.cocci
1 // pb: foo doesn't get added
2 @@
3 identifier ioctl, cmd, arg;
4 @@
5
6 ioctl(int cmd, void *arg) {
7 ...
8 - x
9 + y
10 ...
11 }