aboutsummaryrefslogtreecommitdiff
path: root/Testing/Semantic/t1-4.p
blob: 420bdcbe6f858684c8765616e0ba15ce24f5498a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(* LEGAL: scope of the name of subprograms *)
program main( input, output );
  procedure boo;
    procedure foo;
    begin
    end;
  begin
    foo
  end;
begin
  boo
end.