Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / y2.cocci
1 @@
2 //local function interrupt;
3 identifier interrupt, cs;
4 @@
5
6 interrupt(...) {
7 ...
8 - if (!cs) { ... return; }
9 ...
10 }