blob: c6b88b6d361387815ab38395561749e507cf8657 [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_shrl_fr1x16 (0x4004, -4);
if (t1 != 0x0040)
abort ();
return 0;
}