blob: 2561ac73f29fcacd03eb88b3461c52fd2304baa0 [file] [log] [blame]
package Pck is
type Data_Small is array (1 .. 2) of Integer;
type Data_Large is array (1 .. 4) of Integer;
function Create_Small return Data_Small;
function Create_Large return Data_Large;
end Pck;