blob: ba76e3ba5411effef09837d99e283869fc4083ba [file] [log] [blame]
/*
:name: basic-unpacked
:description: Test unpacked arrays support
:should_fail: 0
:tags: 7.4.2 7.4
*/
module top ();
bit _bit [7:0];
logic _logic [7:0];
reg _reg [7:0];
endmodule