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