Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / match_no_meta.c
1 void main(int i)
2 {
3 foo(1);
4 bar(2);
5
6 bar(3);
7 }