blob: ec0b008eb02c03c5eb61e7df60f70bb7e4a76067 [file] [log] [blame]
// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2019 by Wilson Snyder.
module t;
initial begin
$display("\x\y\z"); // Illegal escapes
end
endmodule