sv2v/test/search/misdirect.sv

4 lines
88 B
Systemverilog

module surprise;
initial $display("This isn't what you're looking for!");
endmodule