Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
pack1.ads
blob: de42d4c7874c61ddf7f46430d758dc2f6cea4075 [
file
] [
log
] [
blame
]
package
Pack1
is
package
Nested
is
type
Rec_Typ
is
record
null
;
end
record
;
end
Nested
;
end
Pack1
;