blob: 1054e95aa4607ebc785e4a86e758b8f713e0bb6f [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_add_fr1x16 (0x3000, 0xd000);
if (t1 != 0x0)
abort ();
return 0;
}