verilator/test_regress/t/t_preproc_elsif_bad.v
2020-09-19 10:30:31 -04:00

19 lines
296 B
Systemverilog

// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed under the Creative Commons Public Domain, for
// any use, without warranty, 2010 by Wilson Snyder.
// SPDX-License-Identifier: CC0-1.0
//See bug289
`elsif A
`endif
`else
`endif
`error `include
module t;
endmodule