Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / param_end.cocci
1 @@
2 identifier one;
3 @@
4
5 one (...
6 - ,int x
7 ,...) { ... }
8
9 @@
10 identifier one;
11 @@
12
13 one (...,
14 - int y,
15 ...) { ... }