Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / headers.cocci
CommitLineData
34e49164
C
1@ rule1 @
2identifier f;
3@@
4
5usb_fill_bulk_urb(f)
6
7@ rule2 extends rule1 @
8identifier p1, p2;
9@@
10
708f4980
C
11- void f(struct urb *p1, struct pt_regs *p2)
12+ void f(struct urb *p1)
34e49164
C
13 {
14 ... when != p2
15 }