blob: 8ac4a5aade69b7e257a48e3299ff3445f81379e3 [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t;
t = __builtin_bfin_sub_fr1x32 (0x40003000, 0x70002000);
if (t != 0xd0001000)
abort ();
return 0;
}