verilator/test_regress/t/t_forceable_unpacked_bad.v

10 lines
355 B
Systemverilog

// ======================================================================
// This file ONLY is placed under the Creative Commons Public Domain, for
// any use, without warranty.
// SPDX-License-Identifier: CC0-1.0
// ======================================================================
module t;
logic unpacked[1] /*verilator forceable*/;
endmodule