mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* crash with Date in type def
This commit is contained in:
parent
16761ea213
commit
358570d0ea
11
tests/tbs/tbs0356.pp
Normal file
11
tests/tbs/tbs0356.pp
Normal file
@ -0,0 +1,11 @@
|
||||
unit tbs0356;
|
||||
interface
|
||||
uses sysutils;
|
||||
type
|
||||
|
||||
Foo =
|
||||
packed record
|
||||
Dates : array[1..11] of Date;
|
||||
end;
|
||||
implementation
|
||||
end.
|
Loading…
Reference in New Issue
Block a user