blob: b97bf8d63346d520a323fc1e1adccc85434cf510 [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_sub_fr1x16 (0x3000, 0x2000);
if (t1 != 0x1000)
abort ();
return 0;
}