permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ty1.c
CommitLineData
34e49164
C
1int fn(int y) {
2 char x;
3 foo(int,char);
4}