view gcc/testsuite/gnat.dg/nested_generic2_g2.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 Nested_Generic2_G1;

generic
  type T is private;
  with package P is new Nested_Generic2_G1 (<>);
package Nested_Generic2_G2 is
end Nested_Generic2_G2;