blob: cb3f18c50a77a98d0633c8980477faaf3f420f11 [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t;
t = __builtin_bfin_mult_fr1x32x32NS (0x7fff0000, 0x00000007);
if (t != 0x6)
abort ();
return 0;
}