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