pr25254.c   [plain text]


/* PR target/25254 */
/* { dg-do compile { target lp64 } } */
/* { dg-options "-mcmodel=medium -mlarge-data-threshold=1" } */

const struct { int i; int j; } c = { 2, 6 };

const char *
foo (void)
{
  return "OK";
}