fpc/tests/webtbs/tw37427.pp
2020-07-28 20:46:05 +00:00

16 lines
159 B
ObjectPascal

program ByteCompilerError;
{$Q+}
function NativeGetHashBytes: Byte;
var
LBitSize: Int64;
bob: byte;
begin
bob := LBitSize and $FF;
end;
begin
end.