fpc/tests/tbf/tb0072.pp
2000-12-03 21:50:07 +00:00

14 lines
109 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0347.pp }
{ }
{$mode delphi}
type x = ^longint;
var y:x;
begin
y [5]:=5;
end.