blob: c27d56a96dfe29f8e66f4e98318ad8c902907280 [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_lshl_fr1x16 (0x1101, 4);
if (t1 != 0x1010)
abort ();
return 0;
}