Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
incomplete1.ads
blob: 34900335d8a85b81ad18c7ee3f54ae5de178f8a4 [
file
] [
log
] [
blame
]
package
Incomplete1
is
type T
is
null
record
;
end
Incomplete1
;