ref: 8b59286ef1d9bef6c2c7b248ab0b8072e25ec9cf
dir: /sys/src/libmp/test/fns.h/
ldint* ldnew(int); void ldfree(ldint *); void testgen(int, ldint *); int ldmpeq(ldint *, mpint *); mpint* ldtomp(ldint *, mpint *); void mptarget(mpint *); void tests(void); void mpdiv_(mpint *, mpint *, mpint *, mpint *); void convtests(void);