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