1 /* PR middle-end/37730 */
2 /* { dg-do compile } */
7 unsigned char formats
[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0xff };
8 void *dtds
[sizeof (formats
)];
10 unsigned char dtd
= 0x08;
11 for (i
= 0; i
< sizeof (formats
); i
++)
16 /* { dg-final { cleanup-tree-dump "vect" } } */