@load "intdiv" BEGIN { x = 123456790123456790123456790123456790123456790123456790123454320987654320987654320987654320987654320987654320987654321 y = 1234567901234567901234567901234567901234567901234567901234 intdiv(x, y, r) print r["quotient"] if (r["quotient"] != "100000000000000000000000000000000000000000000000000000000044") print "Please check your build; it looks like intdiv was not compiled with MPFR enabled" }