Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / comadd.cocci
1 @@
2 identifier f;
3 @@
4
5 +// some comment
6 +// some other comment
7 f(...) {
8 ...
9 }
10