Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / posnpb.c
1 int main() {
2 x = FN();
3 if (y)
4 x->a = 12;
5 else
6 x->b = 15;
7 }