Browse Source

*** empty log message ***

florian 22 years ago
parent
commit
3f7df8d402
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tests/tbf/tb0152.pp

+ 14 - 0
tests/tbf/tb0152.pp

@@ -0,0 +1,14 @@
+{$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.