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;