permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / sizeof.res
1 int main (int param) {
2
3 int i = sizeof(int);
4 int j = sizeof(int);
5 int k = sizeof (int *);
6
7 }