Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / param_end.cocci
CommitLineData
34e49164
C
1@@
2identifier one;
3@@
4
5one (...
6- ,int x
7 ,...) { ... }
8
9@@
10identifier one;
11@@
12
13one (...,
14- int y,
15 ...) { ... }