view gcc/testsuite/gnat.dg/nested_generic2_g2.ads @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
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;