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
2017-07-25 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
limited_with5_pkg.adb
blob
785f84e91fda2f80c621d3da4fe376ac0b42f5e7
1
with
Limited_With5
;
2
3
package body
Limited_With5_Pkg
is
4
function
Get_Expression_Support
(
Obj
:
T
)
return
Limited_With5
.
Sup_T
is
5
begin
6
return
Limited_With5
.
Sup_T
(
Obj
+
1
);
7
end
Get_Expression_Support
;
8
end
Limited_With5_Pkg
;