1package body Array27_Pkg is
2
3  function F return Inner_Type is
4  begin
5    return "123";
6  end;
7
8end Array27_Pkg;
9