verilator/test_regress/t/t_pp_pragma_bad.v
2019-12-14 22:04:58 -05:00

13 lines
241 B
Systemverilog

// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2019 by Wilson Snyder.
`pragma
`resetall // Ok
module t;
`resetall // Bad
endmodule
`resetall // Ok