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

{ usage of nested helpers adheres to visibility rules as well - here:
  private }
program trhlp18;

uses
  urhlp17;

var
  t: TTest2;
begin
  t.Test;
end.