permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / symbol.c
CommitLineData
97111a47
C
1int main() {
2 int f = 0;
3
4 f = 3;
5
6 return f;
7}