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