The current parser may not be able to parse the code as below. ```verilog function integer funcname; input invalue; // ... funcname = 0; endfunction ```