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