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