Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / match_no_meta.cocci
CommitLineData
34e49164
C
1@ rule1 @
2@@
3
4 foo(1);
5 bar(2);
6
7
8@ rule2 depends on rule1 @
9@@
10
11- bar(3);