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