blob: 5f80029aebc7f3f3b68400b8c0f2b5231c107686 [file] [log] [blame]
package Generic_Inst4_Typ is
subtype New_Int is Natural;
type T is
record
X : Integer;
end record;
end;