blob: eadf2fb050c771bdc4525ddd2788791f4a77dc56 [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_max_fr1x16 (0x8000, 0xc000);
if (t1 != -0x4000)
abort ();
return 0;
}