blob: d82d730afad4e077abb1bed0f97fe7deab172d7e [file] [log] [blame]
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-Wno-pedantic" } */
struct S {
int a;
int b[];
} S;
struct S s = { 1, { 2, 3 } };
/* { dg-final { scan-assembler ".size\[\t \]*s, 12" } } */