aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/renaming9.adb
blob: c50243efdd68b5e16402b554373ab0b151f94914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- { dg-do compile }

package body Renaming9 is

  procedure Proc is
  begin
    Obj.I := 0;
  end;

begin
  Obj.I := 0;
end Renaming9;