aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/opt79.ads
blob: aa90c17f8dd4aee0f412329abbfab26facf4e9a2 (plain)
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;