sv2v/test/core/empty_constructs.sv

9 lines
90 B
Systemverilog

task fun;
endtask
function fun;
endfunction
package pop;
endpackage
module top;
endmodule