iverilog/ivtest/ivltests/pr2721213.v

8 lines
86 B
Verilog

module top;
task foo();
$display("PASSED");
endtask
initial foo;
endmodule