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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr20.adb
blob
358d5654058c56bafa6848ea041ac978949d9b38
1
-- { dg-do compile }
2
3
package body
Discr20
is
4
5
function
Get
(
X
:
Wrapper
)
return
Def
is
6
begin
7
return
X
.
It
;
8
end
Get
;
9
10
end
Discr20
;