Files
sv2v/test/core/package_export_nothing.v

5 lines
73 B
Verilog
Raw Permalink Normal View History

2021-01-23 16:50:06 -07:00
module top;
localparam Bar = 2;
initial $display(Bar);
endmodule