blob: b1eff6e6664f8de2ac8ef0a40fbd21713981d306 [file] [log] [blame]
/* 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";
}