fpc/tests/tbf/tb0152.pp
2003-01-01 21:09:57 +00:00

17 lines
206 B
ObjectPascal

{ %fail }
{$mode objfpc}
type
TMainForm = class
end;
function FreeFPgtkObjects (Data:pointer) : longbool; Cdecl;
begin
With (Data as TMainForm) do // <<--- this is the one
;
end;
begin
end.