Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / ldecl.cocci
1 @test@
2 int E1, E2;
3 int E3;
4 @@
5 E3 =
6 - E1 + E2
7 + E1 - E2