blob: 86cab32d284f26129e6c56f657bc86f9e1c3a9c8 [file] [log] [blame]
module a(b);
input b;
reg c;
task a(b);
endmodule