blob: b2ed2afa8ec837460a5127de94552ec1d4e2a9fa [file] [log] [blame]
extern void abort (void);
typedef long fract32;
int main ()
{
fract32 t;
t = __builtin_bfin_max_fr1x32 (0x80000000, 0xc0000000);
if (t != 0xc0000000)
abort ();
return 0;
}