Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
5116133e9d8aa43e4097998303280bdb37ca7200
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.11--string_itoa.sv
blob: 6a96729aa2e26ad01fd26c9fa9356aad4d62f33e [
file
] [
log
] [
blame
]
/*
:name: string_itoa
:description: string.itoa() tests
:should_fail: 0
:tags: 6.16.11
*/
module
top
();
string
a
;
initial
a
.
itoa
(
12
);
endmodule