blob: 2345cb09e96489f4a9b4ea2b847afb7733b3548e [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t;
t = __builtin_bfin_add_fr1x32 (0x40003000, 0xc000d000);
if (t != 0x00010000)
abort ();
return 0;
}