summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/thlp39.pp
blob: 7cb5f2a5cb3b9be1f8f4b69863513c8b798a7a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ %FAIL }

{ This tests that the bottom most helper in another unit is used for a type }
program thlp39;

{$ifdef fpc}
  {$mode delphi}
{$endif}

uses
  uhlp39;

begin
  TObject.Test1;
end.