Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / bad_ptr_print.c
1 static inline int tester(struct usb_endpoint_descriptor *epd)
2 {
3 f((struct foo *)x);
4 }