blob: 9ca524d29f9d452e098414bf0e4d3871150c4893 [file] [log] [blame]
extern void abort (void);
typedef short fract16;
int main ()
{
fract16 t1;
t1 = __builtin_bfin_abs_fr1x16 (0x7777);
if (t1 != 0x7777)
abort ();
return 0;
}