blob: e04fd592c3bdac9eefb617ac4f04cc1f6e18ceb3 [file] [log] [blame]
/*
:name: string_putc
:description: string.putc() tests
:should_fail: 0
:tags: 6.16.2
*/
module top();
string a = "Test";
initial
a.putc(2, "B");
endmodule