Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
a6e0db71fd27409e58ad25485ea251937b8a3745
/
.
/
src
/
Testcases
/
Google
/
chapter-5
/
5.11-arrays-key-index.sv
blob: 38113f6e78bf5f4009cee1222be0754584d7fb05 [
file
]
/*
:name: arrays-key-index
:description: Basic arrays test
:should_fail: 0
:tags: 5.11
*/
module
top
();
typedef
int
triple
[
1
:
3
];
triple b
=
'{1:1, default:0};
endmodule