sv2v/test/lex/utf8.sv

5 lines
55 B
Systemverilog
Raw Normal View History

2023-11-05 03:24:59 +01:00
module top;
// 😬
initial $display("Hi!");
endmodule