2 /* { dg-options "-O2" } */
4 struct X
{ double m
; int x
; };
5 struct Y
{ int y
; short d
; };
6 struct YY
{ int y
; short d
; char c
; };
8 extern void link_error (void);
10 int foo(struct X
*x
, struct Y
*y
)
18 int foo_no(struct X
*x
, struct YY
*y
)