permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / stm5.res
CommitLineData
34e49164
C
1int main(int x) {
2 f();
3 h();
4 replace();
5 g();
6 g();
7}