2 20020103-1.c from the execute part of the gcc torture suite.
11 /* On h8300 port, the following used to be broken with -mh or -ms. */
16 return a
^ 0x0000ffff;
22 return a
^ 0xffff0000;
26 testTortureExecute (void)
28 if (foo (0) != 0x0000ffff)
31 if (bar (0) != 0xffff0000)