1--  { dg-do compile }
2--  { dg-options "-gnatn" }
3
4package body Generic_Inst8 is
5
6   package My_G is new Generic_Inst8_G (0);
7
8end Generic_Inst8;
9