blob: aa90c17f8dd4aee0f412329abbfab26facf4e9a2 [file] [log] [blame]
package Opt79 is
type Arr is array (1 .. 8) of Integer;
function F (I : Integer) return Arr;
end Opt79;