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