DEBSOURCES
Skip Quicknav
sources / verilog-mode / 20161124.fd230e6-2 / tests / indent_if.v
1234567
module foo; initial if (cond1) begin sig1 <= {4'h0, 4'hc}; sig2 <= 8'hff; end // if (cond1) endmodule // foo