mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 17:47:50 +02:00
18 lines
141 B
ObjectPascal
18 lines
141 B
ObjectPascal
{ %norun }
|
|
|
|
{$mode macpas}
|
|
unit tw7438;
|
|
|
|
interface
|
|
|
|
type
|
|
tr = bitpacked record
|
|
l1: 0..15;
|
|
l2: 0..15;
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|