repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
FrontendAda
/
Support
/
real_cst.ads
blob
54a34bc4056f67d27082f2145c49af748de684e5
1
with
Ada
.
Streams
;
2
package
Real_Cst
is
3
procedure
Write
(
Stream
:
access
Ada
.
Streams
.
Root_Stream_Type
'Class
);
4
end
;