pascalabcnet/TestSamples/CompilationSamples/StackOverflowException.pas

8 lines
43 B
ObjectPascal
Raw Normal View History

2015-05-14 22:35:07 +03:00
procedure p;
begin
p
end;
begin
p
end.