blob: 08468ac3d3dacefbd57a7be0ef1fe448eefc444e [file] [log] [blame]
extern void abort (void);
extern void exit (int);
int main ()
{
int a;
a = __builtin_bfin_norm_fr1x32 (0x1234);
if (a != 18)
abort ();
exit (0);
}