blob: 589ba33a255af6c8cd75939c53ceab7c6be9830a [file] [log] [blame]
/* PR middle-end/38343 */
static struct A
{
char f[6];
} a[] = { {"01000"} };
void
foo (void)
{
__builtin_stpcpy (a[0].f, "S0022");
}