Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
087aad44cb37b361e8ed84f197138b366c764f9a
/
.
/
test
/
FrontendAda
/
real_cst.adb
blob: 75143710252f1be848b1a8260c144a76ce29a544 [
file
] [
log
] [
blame
]
--
RUN
:
%
llvmgcc
-
S
-
O2
-
gnatn
%
s
-
I
%
p
/
Support
package
body
Real_Cst
is
Cst
:
constant
Float
:=
0.0
;
procedure
Write
(
Stream
:
access
Ada
.
Streams
.
Root_Stream_Type
'Class) is
begin
Float'
Write
(
Stream
,
Cst
);
end
;
end
;