fpc/tests/tbf/tb0095.pp
2002-09-07 15:40:30 +00:00

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.