Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / distribute.res
1 int main(int i) {
2
3 f(g(1) * 0 * g(2));
4 }