repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
c++: constrained lambda error-recovery [PR108972]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
graphic.ads
blob
a1153de649db3f44b480d1f96c3a389a9cc79e0d
1
with
Ada
.
Streams
;
2
with
Ada
.
Tags
;
3
package
Graphic
is
4
use
Ada
;
5
--
6
type
Object
is abstract tagged null record
;
7
function
XML_Input
(
S
:
access
Streams
.
Root_Stream_Type
'Class
)
8
return
Object
'Class
;
9
end
Graphic
;