Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / 950607-1.c
blob7b1503ad11d37a98a9ce61599713f6d58327d43e
1 main ()
3 struct { long status; } h;
5 h.status = 0;
6 if (((h.status & 128) == 1) && ((h.status & 32) == 0))
7 abort ();
8 exit (0);