sv2v/test/core/unused_imports.v

5 lines
73 B
Verilog

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