Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
36edd2bd845c2e56e36b75d2696ae7a98914e2a8
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-7
/
arrays
/
associative
/
string.sv
blob: a4f6adeb64936d64f56ff3d586cf40893e3b9b4c [
file
] [
log
] [
blame
]
/*
:name: associative-arrays-string
:description: Test associative arrays support
:should_fail: 0
:tags: 7.8.2 7.8
*/
module
top
();
int
arr
[
string
];
endmodule