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