top_fault.v 51 Bytes
Newer Older
1 2 3 4 5 6
module a(b);
input b;
reg c;
task a(b);

endmodule