sv2v/test/resolve/package.svh

8 lines
158 B
Systemverilog
Raw Normal View History

`define FANCY_SEEING_YOU 1337
package pkg;
function automatic integer width_calc;
2021-02-19 21:04:23 +01:00
input integer a;
return a+3;
endfunction
endpackage