OSDN Git Service

* gcc.c-torture/execute/960321-1.x: Remove.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 950607-1.c
1 main ()
2 {
3   struct { long status; } h;
4
5   h.status = 0;
6   if (((h.status & 128) == 1) && ((h.status & 32) == 0))
7     abort ();
8   exit (0);
9 }