Test

module dummy (a,b)
input a;
output b;
initial
begin
assign b = a;
end
end