Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
graphic.ads
blob: a1153de649db3f44b480d1f96c3a389a9cc79e0d [
file
] [
log
] [
blame
]
with
Ada
.
Streams
;
with
Ada
.
Tags
;
package
Graphic
is
use
Ada
;
--
type
Object
is
abstract
tagged
null
record
;
function
XML_Input
(
S
:
access
Streams
.
Root_Stream_Type
'Class)
return Object'
Class
;
end
Graphic
;