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