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 target/84336
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
ice_types.ads
blob
522bd55a281cd989b640def97f9ba129cf70ce9e
1
package
ICE_Types
is
2
type
Float_View_T
is private
;
3
procedure
Initialize
(
X
:
out
Float_View_T
);
4
private
5
type
Float_View_T
is new
Float
;
6
end
;