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

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

with Gen_Formal_Pkg_A;

generic
   type T1 is private;
   with package Ai is new Gen_Formal_Pkg_A (T1);
package Gen_Formal_Pkg_B is end;