Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / local.cocci
CommitLineData
34e49164
C
1@@
2local function f;
3identifier x, y;
4@@
5
6 f(
7+ int a, int b,
8- int x,
9 int y
10 ) { ... }