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

{ This tests that latest added helper in other units is used for a type }
program thlp42;

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

uses
  uhlp41b, uhlp41a;

begin
  TObject.Test1;
end.