Source position: exec.pas line 139
type TMinNode = record
mln_Succ: PMinNode;
mln_Pred: PMinNode;
end;