Release coccinelle-0.1
[bpt/coccinelle.git] / tests / local.cocci
1 @@
2 local function f;
3 identifier x, y;
4 @@
5
6 f(
7 + int a, int b,
8 - int x,
9 int y
10 ) { ... }