sv2v/test/resolve/package.svh

7 lines
127 B
Systemverilog

package pkg;
function automatic integer width_calc;
input integer a;
return a+3;
endfunction
endpackage