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
/
opt48_pkg1.ads
blob
50154c20c03117b7535968c8079bb87a36d0b93a
1
with
Opt48_Pkg2
;
use
Opt48_Pkg2
;
2
3
package
Opt48_Pkg1
is
4
5
function
Get_Z
return
Rec
;
6
7
end
Opt48_Pkg1
;