fpc/tests/webtbs/tw15571.pp
2011-08-18 08:47:44 +00:00

6 lines
79 B
ObjectPascal

uses cmem, sysutils;
begin
inttostr(1234);
malloc(1000); //crashes here
end.