permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / tern.res
1 int main () {
2 return wc >= 0 && wc <= 0x7f ? wc : 0x7f;
3 }
4