blob: 664516365d0769cfe2b91acf0c76b5754bea9925 [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t;
t = __builtin_bfin_shr_fr1x32 (0xc000e4ff, -4);
if (t != 0x80000000)
abort ();
return 0;
}