Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
e4de98c2f51ca2a9a11f5ec5c925073e087e1e05
/
.
/
third_party
/
tests
/
Google
/
chapter-6
/
6.16.15--string_realtoa.sv
blob: 2ba6018618129d9f383b2d8ff836d048e05a633d [
file
] [
log
] [
blame
]
/*
:name: string_realtoa
:description: string.realtoa() tests
:should_fail: 0
:tags: 6.16.15
*/
module
top
();
string
a
;
initial
a
.
realtoa
(
4.76
);
endmodule