mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
16 lines
195 B
ObjectPascal
16 lines
195 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbs0356.pp }
|
|
{ }
|
|
|
|
unit tb0297;
|
|
interface
|
|
uses sysutils;
|
|
type
|
|
|
|
Foo =
|
|
packed record
|
|
Dates : array[1..11] of Date;
|
|
end;
|
|
implementation
|
|
end.
|