瀏覽代碼

*** empty log message ***

florian 23 年之前
父節點
當前提交
3f7df8d402
共有 1 個文件被更改,包括 14 次插入0 次删除
  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.