blob: 3f4c0e82d0c6d540c35fddc643d5038a01bf3d44 [file] [log] [blame]
/*
:name: string_hextoa
:description: string.hextoa() tests
:should_fail: 0
:tags: 6.16.12
*/
module top();
string a;
initial
a.hextoa(12);
endmodule