blob: 1c77a7c01b2e6211b3be0a15125dfd15f2dc6680 [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_shl_fr1x16 (0xc101, 4);
if (t1 != 0xffff8000)
abort ();
return 0;
}