permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / bugloop.cocci
1 @@ expression current; @@
2
3 - current->flags & PF_FREEZE
4 + freezing(current)
5 ...
6 ?- refrigerator(PF_FREEZE)
7 + refrigerator()
8 ...
9 ? current->flags & PF_FREEZE