end_label_gen_block_wrong.sv 130 Bytes
Newer Older
1 2 3 4 5 6
// pattern: element "yes" has mismatched end label "no"
module top;
    if (1) begin : yes
        wire x;
    end : no
endmodule