fpc/tests/webtbf/tw7438a.pp
Jonas Maebe 3bb41dcf9a * fixed writing "packed" status of bitpacked records to ppu files.
Not sure how it ever worked, nor how exactly symtable ppu entries
    work -- but it's now stored with the recorddef (which also means
    that bitpacking is disabled currently for objects and classes,
    since they are based on tabstractrecorddef rather than trecorddef)

git-svn-id: trunk@4679 -
2006-09-21 20:39:36 +00:00

13 lines
111 B
ObjectPascal

{ %fail }
{$mode macpas}
uses
tw7438;
var
t: tr;
begin
writeln(ptruint(@t.l2) - ptruint(@t.l1));
end.