permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / comadd.res
CommitLineData
190f1acf
C
1// some comment
2// some other comment
3int main () {
4 return 12;
5}