fpc/tests/tbf/tb0256.pp

12 lines
96 B
ObjectPascal

{ %FAIL }
{ %OPT=-Sj- }
program tb0256;
const
Test: LongInt = 42;
begin
Test := 21;
end.