1 /* This testcase caused a sanity check to abort on SPARC64
2 because of a discrepancy between two functions involved
3 in the calculation of structure layout. */
5 /* { dg-do compile } */
7 struct S
{ float f1
; int i1
; int i2
; float f2
; };
9 extern void foo(struct S
);