blob: ee2bc9f1e04df8806e2cf1613afcfbdcb813eaa9 [file] [log] [blame]
f ()
{
unsigned long x, y = 1;
x = ((y * 8192) - 216) / 16;
return x;
}
main ()
{
if (f () != 498)
abort ();
exit (0);
}