blob: 2371634ac2520afb83b09a69e8df7bc57ef41ad3 (
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 thlp41;
{$ifdef fpc}
{$mode delphi}
{$endif}
uses
uhlp41a, uhlp41b;
begin
TObject.Test1;
end.
|