blob: 4d7d797f1eb7584dca6ea52c776e04f8996f8139 [file] [log] [blame]
package body Pck is
procedure Proc (I : Integer) is
Not_In_Scope : Integer := 77;
begin
Inner.Inside_Variable := Not_In_Scope + I;
end Proc;
end Pck;