permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / bug_expopt.cocci
1 @@
2 identifier x;
3 // struct xx struc;
4 @@
5 (
6 - sprintf
7 |
8 - strlcpy
9 |
10 - strcpy
11 |
12 - strcat
13 |
14 - snprintf
15 )
16 - (x->devfs_name, ...);