blob: 614b44441415095c9ad039da44438fa2d157b43a [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_mult_fr1x16 (0x7777, 0x0007);
if (t1 != 0x0006)
abort ();
return 0;
}