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