case ``` module( input x, output y ); task xxx; input a; output b; endtask end ``` The `a` and `b` should not be include in testbench.
case
The
aandbshould not be include in testbench.