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