2 /* { dg-options "-O2 -fno-inline" } */
4 struct usb_interface_descriptor
{
5 unsigned short wMaxPacketSize
;
7 } __attribute__ ((packed
));
11 struct usb_interface_descriptor if_desc
[2];
14 extern int printf (const char *, ...);
16 void foo (unsigned short a
)
21 struct usb_device ndev
;
23 void usb_set_maxpacket(int n
)
28 foo((&ndev
)->if_desc
[i
].wMaxPacketSize
);