mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-19 19:02:04 +00:00
5 lines
169 B
Verilog
5 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
|