blob: 7b1503ad11d37a98a9ce61599713f6d58327d43e [file] [log] [blame]
main ()
{
struct { long status; } h;
h.status = 0;
if (((h.status & 128) == 1) && ((h.status & 32) == 0))
abort ();
exit (0);
}