blob: 9d642b1231fced116fe16bb92b971f0b4ca6d555 [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t;
t = __builtin_bfin_abs_fr1x32 (0x80000000);
if (t != 0x7fffffff)
abort ();
return 0;
}