verilator/test_regress/t/t_preproc_elsif_bad.v

19 lines
307 B
Systemverilog

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