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;