continue_outside_loop.sv 93 Bytes
Newer Older
1 2 3 4
// pattern: encountered continue outside of loop
module top;
    initial continue;
endmodule