verilator/test_regress/t/t_inst_noname_bad.v

14 lines
276 B
Systemverilog

// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed under the Creative Commons Public Domain, for
// any use, without warranty, 2023 by Anthony Donlon.
// SPDX-License-Identifier: CC0-1.0
module t;
m ();
m ();
endmodule
module m;
endmodule