Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / nestone.cocci
1 @one disable all@
2 identifier foo;
3 statement S;
4 @@
5
6 foo(...) {
7 <+...
8 xxx();
9 ...+>
10 }
11
12 @two depends on one@
13 @@
14
15 - yyy();