summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw15571.pp
blob: 71a76fb6b251f425bf1cd586f0179fef5a03c602 (plain)
1
2
3
4
5
uses cmem, sysutils;
begin
 inttostr(1234);
 malloc(1000); //crashes here
end.