coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / addbefore.cocci
1 @@
2 statement S;
3 @@
4
5 if (...) {
6 + foo();
7 S
8 }