Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / macro_int16.cocci
CommitLineData
708f4980
C
1@testint16@
2int E1, E2, E3;
3@@
4- E1 = E2 + E3;
5+E1 = E2 - E3;