blob: 1d364b28a55f64b607819b0973046e7fb5d1e0ae [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_max_fr1x16 (0x7777, 0x7000);
if (t1 != 0x7777)
abort ();
return 0;
}