Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2ed751bd473070c3ffe0b51aefaa2eb80929548c
/
.
/
llvm
/
test
/
FrontendAda
/
Support
/
real_cst.ads
blob: 54a34bc4056f67d27082f2145c49af748de684e5 [
file
] [
log
] [
blame
]
with
Ada
.
Streams
;
package
Real_Cst
is
procedure
Write
(
Stream
:
access
Ada
.
Streams
.
Root_Stream_Type
'Class);
end;