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