fpc/tests/webtbf/tw7438.pp
Jonas Maebe b998cb1208 * changed so it still fails now that you can take the address of some
fields of bitpacked records

git-svn-id: trunk@7621 -
2007-06-10 11:55:05 +00:00

18 lines
141 B
ObjectPascal

{ %norun }
{$mode macpas}
unit tw7438;
interface
type
tr = bitpacked record
l1: 0..15;
l2: 0..15;
end;
implementation
end.