mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00
* changed so it still fails now that you can take the address of some
fields of bitpacked records git-svn-id: trunk@7621 -
This commit is contained in:
parent
172f85c8c3
commit
b998cb1208
@ -7,8 +7,8 @@ interface
|
||||
|
||||
type
|
||||
tr = bitpacked record
|
||||
l1: longint;
|
||||
l2: longint;
|
||||
l1: 0..15;
|
||||
l2: 0..15;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user