Source position: MacTypes.pas line 406
type Float96 = record
exp: SInt16;
filler: SInt16;
man: array [0..3] of UInt16;
end;