pascalabcnet/TestSuite/gotobad0.pas

10 lines
103 B
ObjectPascal
Raw Permalink Normal View History

2020-06-25 00:03:11 +03:00
// #2271
label 1;
begin
Arr(3).Select(b -> b);
if True then
goto 1;
1: Assert(1=1);
end.