Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
9feee6fe73aa5195cb7e9a2bf9ab3c6a3ff0980d
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-7
/
arrays
/
associative
/
integral.sv
blob: 8ff764e48a86f06c6a28496e982e5d0de1951ce7 [
file
] [
log
] [
blame
]
/*
:name: associative-arrays-integral
:description: Test associative arrays support
:should_fail: 0
:tags: 7.8.4 7.8
*/
module
top
();
int
arr
[
integer
];
endmodule