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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
limited_with2.adb
blob
b9c5417a627b7f1503ed5b7117194dade14732b0
1
-- { dg-do compile }
2
3
with
Limited_With2_Pkg2
;
4
5
package body
Limited_With2
is
6
7
function
Func
(
Val
:
Rec1
)
return
Limited_With2_Pkg1
.
Rec2
is
8
begin
9
return
Val
.
F
;
10
end
;
11
12
end
Limited_With2
;