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