Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
ice_types.ads
blob: 522bd55a281cd989b640def97f9ba129cf70ce9e [
file
] [
log
] [
blame
]
package
ICE_Types
is
type
Float_View_T
is
private
;
procedure
Initialize
(
X
:
out
Float_View_T
);
private
type
Float_View_T
is
new
Float
;
end
;