mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 00:08:17 +02:00
8 lines
76 B
ObjectPascal
8 lines
76 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
_self : pointer;
|
|
begin
|
|
ppointer(_self+vmt_pos)^:=0;
|
|
end.
|