2 990531-1.c from the execute part of the gcc torture suite.
11 unsigned long bad(int reg
, unsigned long inWord
)
15 unsigned char byte
[4];
25 testTortureExecute (void)
27 /* XXX This test could be generalized. */
28 if (sizeof (long) != 4)
31 if (bad (0, 0xdeadbeef) == 0xdeadbeef)