Release coccinelle-0.2.3rc3
[bpt/coccinelle.git] / parsing_cocci / tests / 27.cocci
CommitLineData
34e49164
C
1@@
2local function f;
3struct IsdnCard card;
4@@
5
6 card.irq_func = f
7
8@@
9fresh identifier mode_switch;
10@@
11
12 f(...
13+ , int mode_switch
14 ) {
15 ...
16 }