2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / id-pr45230.c
blob8ebf8046e505170d9a07b9bbe1006019c486c592
1 unsigned char buf[10];
2 int
3 main ()
5 unsigned off1, len, i;
6 unsigned char *p1;
7 for (len = 0; len < 8; len++)
9 p1 = buf;
10 for (i = 0; i < off1; i++)
11 *p1++ = '\0';
12 for (i = 0; i < len; i++)
13 *p1++ = 'a';