mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:08:22 +02:00
12 lines
96 B
ObjectPascal
12 lines
96 B
ObjectPascal
{ %FAIL }
|
|
{ %OPT=-Sj- }
|
|
|
|
program tb0256;
|
|
|
|
const
|
|
Test: LongInt = 42;
|
|
begin
|
|
Test := 21;
|
|
end.
|
|
|