2 20030221-1.c from the execute part of the gcc torture tests.
13 /* PR optimization/8613 */
14 /* Contributed by Glen Nakamura */
17 testTortureExecute (void)
19 char buf
[16] = "1234567890";
22 *p
++ = (char) strlen (buf
);
24 if ((buf
[0] != 10) || (p
- buf
!= 1))