1 /* Copyright (C) 2001 Free Software Foundation. 2 by Hans-Peter Nilsson <hp@axis.com> */ 3 4 /* { dg-do compile } */ 5 /* { dg-options "-O2 -fforce-addr" } */ 6 7 const char foo[] = "fum"; 8 const struct fi 9 { 10 const char *const in; 11 const char *const out; 12 const int flags; 13 } fie[] = { 14 {"nw", " new", 0}, 15 {"dl", foo, 1} 16 }; 17