Release coccinelle-0.1
[bpt/coccinelle.git] / tests / disjexpr.res
1 int main (int i) {
2 f(v->fld, *v, v->fld2);
3 }