sv2v/test/basic/unused_imports.v

5 lines
73 B
Verilog
Raw Normal View History

module top;
localparam FOO = 1;
initial $display(FOO);
endmodule