blob: 7cb9e8c68733ea57364c8ce67e0ab9f4713920dd [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_shl_fr1x16 (0xd004, -4);
if (t1 != 0xfffffd00)
abort ();
return 0;
}