blob: c72e976a81f82667b3d9734946ef6cabb9eaa3bf [file] [log] [blame] [edit]
module a;
task to (
input integer [3:0]x
);
endtask
endmodule