2021-06-20 15:30:21 -04:00
|
|
|
// pattern: pattern index 1 is out of bounds for struct packed \{..logic x;.\}
|
2021-10-17 21:40:12 -06:00
|
|
|
// location: struct_out_of_bounds.sv:4:5
|
2021-06-20 15:30:21 -04:00
|
|
|
module top;
|
|
|
|
|
struct packed {
|
|
|
|
|
logic x;
|
|
|
|
|
} s = '{ 1: 1 };
|
|
|
|
|
endmodule
|