sv2v/test/core/package_export_first.v

4 lines
47 B
Verilog
Raw Normal View History

2023-11-05 03:24:59 +01:00
module top;
initial $display(1);
endmodule