permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / bad_ptr_print.res
CommitLineData
faf9a90c
C
1static inline int tester(struct usb_endpoint_descriptor *epd)
2{
3 g((struct foo *)x);
4}