blob: 9bdfae632df22ca14dd4511ca9eaf7490e9bc1bf [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t;
t = __builtin_bfin_mult_fr1x32x32NS (0x80000000, 0x80000000);
if (t != 0x7fffffff)
abort ();
return 0;
}