Difference between revisions of "Talk:How do I create a bug report"

From Free Pascal wiki
Jump to navigationJump to search
(bug: runtime error)
(No difference)

Revision as of 12:50, 25 January 2018

var

 s:string;

begin

 s:=#0#0#0#0;
 pword(@s[1])^:=$1234; //bug: runtime error
 //....

end;