missing_endtask.sv 104 Bytes
Newer Older
1 2 3 4 5
// pattern: missing expected `endtask`
module top;
    task automatic foo;
        input inp;
endmodule