Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / fun.cocci
1 @@
2 @@
3
4 +struct a{int a;};
5 f(int x) { return x; }