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