1 2 3 4 5 6 7 8 9 10 11 12
/* PR target/25254 */ /* { dg-do compile } */ /* { dg-require-effective-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"; }