Release coccinelle-0.1.8
[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 }