{ %FAIL } {$mode delphi} function Size: SizeUint; begin result := sizeof(T); end; var a: array[0 .. Size - 1] of byte; begin end.