permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / pcre2.c
CommitLineData
993936c0
C
1
2void foo() {
3
4 bar(0);
5 WINE_ERR(0);
6 WINE_WARN(0);
7}