permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / sizestar.c
CommitLineData
951c7801
C
1int main () {
2 max = num_var_ranges;
3 if (fcount == NULL) {
4 fcount = kzalloc(max * sizeof *fcount, GFP_KERNEL);
5 if (!fcount)
6 return -ENOMEM;
7 FILE_FCOUNT(file) = fcount;
8 }
9}
10