Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / stmt.cocci
1 @@
2 statement S, S1;
3 identifier f;
4 @@
5
6 f (...) {
7 ... when != S1
8 + foo();
9 S
10 ...
11 }