blob: 5aedd9199b31b4ec066e0b0f612552f0a9e16edd [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t1;
t1 = __builtin_bfin_sub_fr1x32 (0x40003000, 0xc0003000);
if (t1 != 0x7fffffff)
abort ();
return 0;
}