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