blob: 24b6fcbee813afd2fdfc290c72dce90e759198cd [file] [log] [blame]
extern void abort (void);
extern void exit (int);
int main ()
{
int a;
a = __builtin_bfin_norm_fr1x16 (0xfedc);
if (a != 6)
abort ();
exit (0);
}