summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/array38.adb
blob: fe37b653eaaf94f4c05b762c2bf33053b4bc85a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- { dg-do compile }

with Array38_Pkg; use Array38_Pkg;

procedure Array38 is

  function My_F is new F (Index, Byte, Bytes, Integer);

begin
  null;
end;