blob: 5fbf8b325e1d98274a791f2c3c550e6bf9f9dbd0 [file] [log] [blame]
// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2018 by Wilson Snyder.
// Make sure type errors aren't suppressable
// verilator lint_off WIDTH
module t(ref int bad_primary_ref
/*AUTOARG*/);
endmodule