blob: 5a70fc1896ef65d0253578e86fe8664ba7ed70de [file]
module top(input a, output y);
assign y = a;
endmodule