Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / decl.cocci
1 // pb: foo doesn't get added
2 @@
3 statement S;
4 identifier ioctl;
5 @@
6
7 ioctl(int cmd, void *arg) {
8 + foo();
9 ...
10 }