Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1b0062119887da734c600d091a65c037f5fafa7d
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.1--string_len.sv
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