blob: 315db06745285d3cd5097aabe92a572a566e6277 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{ %NORUN }
{ This tests that the bottom most helper in another unit is used for a type }
program thlp40;
{$ifdef fpc}
{$mode delphi}
{$endif}
uses
uhlp39;
begin
TObject.Test2;
end.
|