iverilog/ivtest/ivltests/no_if_statement.v

6 lines
53 B
Verilog

module top;
reg var;
always if (var);
endmodule