* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr38343.c
blob589ba33a255af6c8cd75939c53ceab7c6be9830a
1 /* PR middle-end/38343 */
3 static struct A
5 char f[6];
6 } a[] = { {"01000"} };
8 void
9 foo (void)
11 __builtin_stpcpy (a[0].f, "S0022");