2008-10-02 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr37713.c
blob04b4394dc5647043987101f6a368d6c5428f207d
1 void add_opush(void)
3 unsigned char formats[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0xff };
4 void *dtds[sizeof(formats)];
5 unsigned int i;
6 unsigned char dtd = 0x08;
7 for (i = 0; i < sizeof(formats); i++)
8 dtds[i] = &dtd;
9 sdp_seq_alloc(dtds);