missing_endfunction.sv 131 Bytes
Newer Older
1 2 3 4 5 6
// pattern: missing expected `endfunction`
module top;
    function automatic foo;
        input inp;
        foo = inp;
endmodule