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
runtime: copy more of scheduler from Go 1.7 runtime
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr11.ads
blob
b3911999d399d139f05c3e29a5da42df9986e3a7
1
with
Discr11_Pkg
;
use
Discr11_Pkg
;
2
3
package
Discr11
is
4
type
DT_2
is new
DT_1
with record
5
More
:
Integer
;
6
end record
;
7
8
function
Create
return
DT_2
;
9
end
Discr11
;