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