Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / addbeforeafter.cocci
1 @@
2 statement S;
3 @@
4
5 if (...) {
6 + foo();
7 S
8 + bar();
9 }