8sa1-gcc/gcc/testsuite/gcc.c-torture/unsorted/m68.c

15 lines
114 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
foo (a)
{
return a | 12345;
}
bar (a)
{
return a & (0xffff0000 | 12345);
}
foobar (a)
{
return a - 128;
}