Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / generic_inst4_typ.ads
blob5f80029aebc7f3f3b68400b8c0f2b5231c107686
1 package Generic_Inst4_Typ is
2 subtype New_Int is Natural;
3 type T is
4 record
5 X : Integer;
6 end record;
7 end;