blob: 00ef1dc16997af1214a6e82b9a12386a0b8fab26 [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_abs_fr1x16 (0x8000);
if (t1 != 0x7fff)
abort ();
return 0;
}