permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / find_long.res
CommitLineData
708f4980
C
1long function()
2{
3 long a;
4 int b;
5
1b9ae606
C
6 (long)(a + b);
7 (long)(b + a);
708f4980
C
8
9 return a;
10}