Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / edots.res
1 void main(int i) {
2 foo;
3 bar;
4
5 // f(foo[45] + bar[45]);
6
7 }