Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / ifadd.cocci
1 @@
2 @@
3 if (...)
4 {
5 ...
6 + foo();
7 // two();
8 }