permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / b1.c
CommitLineData
34e49164
C
1int main () {
2 while (1) {
3 if (x > 1 ) { foo(); break; }
4 }
5 while (1)
6 if (x > 1 ) { foo(); break; }
7}