blob: ff467d732f9280d29f12fa7ce72e508f5b48c4c5 [file] [log] [blame]
/*
:name: string_len
:description: string.len() tests
:should_fail: 0
:tags: 6.16.1
*/
module top();
string a = "Test";
int b = a.len();
endmodule