blob: 39dd3a999ad13bc759f6698ee57179b94bab248a [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_shr_fr1x16 (0x4004, 4);
if (t1 != 0x0400)
abort ();
return 0;
}