blob: 97daf4320c387215c5400f2e5f25f1e2e076f795 [file] [log] [blame]
/*
:name: string_getc
:description: string.getc() tests
:should_fail: 0
:tags: 6.16.3
*/
module top();
string a = "Test";
byte b = a.getc(2);
endmodule