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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
incomplete5.adb
blob
f6b4879dc00a891b45e2d81602362bc40fb8c072
1
-- { dg-do compile }
2
3
package body
Incomplete5
is
4
5
function
Get
(
O
:
Base_Object
)
return
Integer
is
6
begin
7
return
Get_Handle
(
O
).
I
;
8
end
;
9
10
end
Incomplete5
;