Files
sv2v/test/core/empty_constructs.sv

9 lines
90 B
Systemverilog
Raw Permalink Normal View History

2019-08-07 21:58:20 -04:00
task fun;
endtask
function fun;
endfunction
package pop;
endpackage
module top;
endmodule