break_outside_loop.sv 87 Bytes
Newer Older
1 2 3 4
// pattern: encountered break outside of loop
module top;
    initial break;
endmodule