1 2 3 4 5 6 7 8
package body Array38_Pkg is function F (Data : Array_Type) return Value_Type is begin return Value_Type'First; end; end Array38_Pkg;