Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / bad_ptr_print.res
1 static inline int tester(struct usb_endpoint_descriptor *epd)
2 {
3 g((struct foo *)x);
4 }