mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:00:30 +02:00
*** empty log message ***
This commit is contained in:
parent
26643d4e16
commit
8391fba63e
11
tests/tbs/tbs0332.pp
Normal file
11
tests/tbs/tbs0332.pp
Normal file
@ -0,0 +1,11 @@
|
||||
{$MODE objfpc}
|
||||
uses Classes;
|
||||
var
|
||||
o: TComponent;
|
||||
begin
|
||||
o := TComponent(TComponent.NewInstance);
|
||||
o.Create(nil);
|
||||
o.Free;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user