mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 00:10:44 +01:00
11 lines
81 B
ObjectPascal
11 lines
81 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
_self : pointer;
|
|
begin
|
|
ppointer(_self+vmt_pos)^:=0;
|
|
end.
|
|
|
|
|
|
|