Explorar o código

*** empty log message ***

florian %!s(int64=25) %!d(string=hai) anos
pai
achega
8391fba63e
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      tests/tbs/tbs0332.pp

+ 11 - 0
tests/tbs/tbs0332.pp

@@ -0,0 +1,11 @@
+{$MODE objfpc}
+uses Classes;
+var
+  o: TComponent;
+  begin
+    o := TComponent(TComponent.NewInstance);
+    o.Create(nil);
+    o.Free;
+  end.
+
+