Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
limited1.ads
blob: 375cf66f5797464dd04c33a206a81218fc540a64 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
limited1
is
pragma
Pure
;
type
Buffer
is
limited
interface
;
type
Synchronous_Buffer_Type
is
synchronized
interface
and
Buffer
;
private
end
limited1
;