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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr49_rec2.adb
blob
9a0fe7ac514327e1a659a14a1ea9a16bd1fd6255
1
package body
Discr49_Rec2
is
2
function
Value
(
Obj
:
Child
)
return
Integer
is
3
begin
4
return
Value
(
Parent
(
Obj
));
5
end
;
6
end
Discr49_Rec2
;