5ddebb1d7c202fe40fa5ee978bc3d177d7f733cf
[bpt/coccinelle.git] / tests / find_long.res
1 long function()
2 {
3 long a;
4 int b;
5
6 (long)(a + b);
7 (long)(b + a);
8
9 return a;
10 }