aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/BUG16.c
blob: 2becfb3caf821dd1dca6a70cbfca8eba4e4e9c48 (plain)
1
2
3
4
5
6
7
8
/* { dg-additional-options "-std=gnu89" } */

setgetlen (a)
     int *a;
{
  while (*a++ & 0x80000000)
    ;
}