Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst4_typ.ads
blob: 5f80029aebc7f3f3b68400b8c0f2b5231c107686 [
file
] [
log
] [
blame
]
package
Generic_Inst4_Typ
is
subtype
New_Int
is
Natural
;
type T
is
record
X
:
Integer
;
end
record
;
end
;