coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / match_no_meta.cocci
1 @ rule1 @
2 @@
3
4 foo(1);
5 bar(2);
6
7
8 @ rule2 depends on rule1 @
9 @@
10
11 - bar(3);