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