view gcc/testsuite/gnat.dg/generic_inst7_pkg.ads @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 1830386684a0
children
line wrap: on
line source

with Generic_Inst7_Types;

generic
package Generic_Inst7_Pkg is

   procedure Process (List : in out Generic_Inst7_Types.List);

end Generic_Inst7_Pkg;