Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1c596881d1a7fc4baa7972b1f16b2e3d461aa200
/
.
/
src
/
Testcases
/
Google
/
chapter-6
/
6.16.13--string_octtoa.sv
blob: d3fe2fadfd09baaa96588183165991515e0f4751 [
file
] [
log
] [
blame
]
/*
:name: string_octtoa
:description: string.octtoa() tests
:should_fail: 0
:tags: 6.16.13
*/
module
top
();
string
a
;
initial
a
.
octtoa
(
12
);
endmodule