Files
sv2v/test/lex/latin1.sv
Zachary Snow d335d2ff25 use UTF-8 across all platforms
- all inputs are now decoded as UTF-8, regardless of the platform
- decoding failures are now tolerated via transliteration given errant
  characters are generally expected to appear in comments
2021-08-30 10:39:49 -06:00

5 lines
53 B
Systemverilog

module top;
// Áå
initial $display("Hi!");
endmodule