Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
36edd2bd845c2e56e36b75d2696ae7a98914e2a8
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.16.7--string_icompare.sv
blob: 310d327255d31cf235073186fe0b897fdd2f35f9 [
file
] [
log
] [
blame
]
/*
:name: string_icompare
:description: string.icompare() tests
:should_fail: 0
:tags: 6.16.7
*/
module
top
();
string
a
=
"Test"
;
string
b
=
"TEST"
;
int
c
=
a
.
icompare
(
b
);
endmodule