blob: cec21ae20f2f6a8401f9e89452a29fd04f9f32bc [file] [log] [blame]
module top(b);
input b;
task DoSomething(input [7:0] A);
endtask
endmodule