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
c++: prvalue of array type [PR111286]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
loop_optimization7_pkg.ads
blob
0eaefa1b0f32c8904379cb9ae5bd1bb8fee239da
1
package
Loop_Optimization7_Pkg
is
2
pragma
Pure
;
3
4
type
Rec
is record
5
F
:
Float
;
6
end record
;
7
8
function
Conv
(
Trig
:
Rec
)
return
Rec
;
9
10
end
Loop_Optimization7_Pkg
;