2 /* { dg-options "-std=gnu23 -O2" } */
4 const unsigned char a
[] = {
7 const unsigned char b
[] = {
8 [10] = 2, [5] = 3, [13] = 4, [17] = 5, [0] =
9 #embed __FILE__ suffix(,) limit (256)
16 if (sizeof (b
) != 256 || __builtin_memcmp (b
, a
, 256))