mirror of https://github.com/YosysHQ/yosys.git
6 lines
169 B
Verilog
6 lines
169 B
Verilog
|
|
// Regression test for bug mentioned in #5160:
|
||
|
|
// https://github.com/YosysHQ/yosys/pull/5160#issuecomment-2983643084
|
||
|
|
module top;
|
||
|
|
initial $display( "\\" );
|
||
|
|
endmodule
|