Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / opt.cocci
CommitLineData
34e49164
C
1@ disable all @
2identifier f;
3@@
4
5f (...) {
6 ...
7(
8- xxx();
9|
10?- yyy();
11)
12 ...
13}
14