Release coccinelle-0.1
[bpt/coccinelle.git] / tests / dep.cocci
1 @ rule1 @
2 @@
3
4 - foo();
5
6 @ rule2 @
7 @@
8
9 - bar();
10
11 @ rule3 depends on rule1 && rule2 @
12 @@
13
14 - xxx();