permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / regexp2.c
CommitLineData
951c7801
C
1
2int main(void) {
3
4int t0 = FOO;
5int t1 = BAR;
6int t2 = FOOBAR;
7int t3 = BARFOOBAR;
8int t4 = BARFOO;
9
10}