1 2 3 4 5 6 7
package Opt79 is type Arr is array (1 .. 8) of Integer; function F (I : Integer) return Arr; end Opt79;