1-- { dg-do compile } 2 3package body Renaming9 is 4 5 procedure Proc is 6 begin 7 Obj.I := 0; 8 end; 9 10begin 11 Obj.I := 0; 12end Renaming9; 13