@@ -0,0 +1,11 @@
+unit tbs0356;
+interface
+uses sysutils;
+type
+
+ Foo =
+ packed record
+ Dates : array[1..11] of Date;
+ end;
+implementation
+end.