1 2 3 4 5 6 7 8 9 10 11
{$mode delphi} const o = TObject(0); var o2 : TObject; {$r+} begin o2:=o; end.