re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / rep_clause2.ads
blob361c141ec40ba58b156fe8056eaf5bc1ad4c25a1
1 -- { dg-do compile }
2 -- { dg-options "-gnatws" }
4 package Rep_Clause2 is
6 type S is new String;
7 for S'Component_Size use 256;
9 type T is new S(1..8);
11 end Rep_Clause2;