blob: a824e76ef327311d6102df34a05cfe6c91b45cbe [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t;
t = __builtin_bfin_min_fr1x32 (0x77777777, 0x70007000);
if (t != 0x70007000)
abort ();
return 0;
}