Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
abstract_limited.ads
blob: adcd35249afc6e7eb981f87e7d7ef0cd4bc96a5a [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
abstract_limited
is
type I
is
limited
interface
;
type T
is
abstract
limited
new
I
with
null
record
;
end
;