2 pr64718.c from the execute part of the gcc torture tests.
14 return (unsigned short) ((unsigned short) x
<< 8 | (unsigned short) x
>> 8);
17 static int a
= 0x1234;
20 testTortureExecute (void)
23 if (swap (a
) != 0x3412)
25 if (swap (b
) != 0x3412)