Source position: libgmp.pp line 160
type T_mpq_struct = record
_mp_num: Tmpz_struct;
_mp_den: Tmpz_struct;
end;