mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 11:59:30 +02:00
14 lines
109 B
ObjectPascal
14 lines
109 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0347.pp }
|
|
{ }
|
|
|
|
{$mode delphi}
|
|
|
|
type x = ^longint;
|
|
|
|
var y:x;
|
|
|
|
begin
|
|
y [5]:=5;
|
|
end.
|