/* This testcase caused a sanity check to abort on SPARC64 because of a discrepancy between two functions involved in the calculation of structure layout. *//* { dg-do compile } */structS{floatf1;inti1;inti2;floatf2;};externvoidfoo(structS);voidbar(void){structSs;foo(s);}