blob: 0eb923e99bd10868c73f8da13d528402420c7237 [file] [log] [blame]
/*
:name: string_bintoa
:description: string.bintoa() tests
:should_fail: 0
:tags: 6.16.14
*/
module top();
string a;
initial
a.bintoa(12);
endmodule